diff options
author | max <max@FreeBSD.org> | 2003-04-16 04:19:12 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2003-04-16 04:19:12 +0000 |
commit | 5e92e53f0378260949e4ea64d1d74827dd136895 (patch) | |
tree | 4c7852698b3cbe37525e134af947898274afd886 /japanese/dvi2ps | |
parent | e7e0627d749efd9aa481a7bbbde7241a14ba02c0 (diff) | |
download | FreeBSD-ports-5e92e53f0378260949e4ea64d1d74827dd136895.zip FreeBSD-ports-5e92e53f0378260949e4ea64d1d74827dd136895.tar.gz |
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>
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 72bbc01..25d996c 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 |