diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-16 04:19:12 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-04-16 04:19:12 +0000 |
commit | 1ec282abdbe27806ac9bec5572b792f313245158 (patch) | |
tree | a320ca9fc4d472161521e2aca4cb251f3cd20002 /japanese/dvi2ps | |
parent | f3c60d195cf6199b23b391c0d2b3ace11ecced5f (diff) | |
download | ports-1ec282abdbe27806ac9bec5572b792f313245158.tar.gz ports-1ec282abdbe27806ac9bec5572b792f313245158.zip |
Fix the dependencies after the upgrade of japanese/ptex.
I am committing this since the maintainer did not respond to my request to check on this problem in past two days, this can be a temporary fix.
Submitted by: Harold Gutch <logix@foobar.franken.de>
Notes
Notes:
svn path=/head/; revision=79054
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r-- | japanese/dvi2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile index 72bbc0180eaa..25d996c18154 100644 --- a/japanese/dvi2ps/Makefile +++ b/japanese/dvi2ps/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}j MAINTAINER= mita@FreeBSD.org COMMENT= DVI to PostScript converter Japanese version -BUILD_DEPENDS= ${PREFIX}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-common +BUILD_DEPENDS= ${PREFIX}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-base LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib MAN1= dvi2ps.1 |