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/dvipdfm | |
parent | f3c60d195cf6199b23b391c0d2b3ace11ecced5f (diff) |
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/dvipdfm')
-rw-r--r-- | japanese/dvipdfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/dvipdfm/Makefile b/japanese/dvipdfm/Makefile index 523aa72be83c..38d01177cbef 100644 --- a/japanese/dvipdfm/Makefile +++ b/japanese/dvipdfm/Makefile @@ -18,10 +18,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yasu@asuka.net COMMENT= DVI to PDF converter (Japanese version) -BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-common \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-base \ ${LOCALBASE}/share/doc/cmpsfont/README:${PORTSDIR}/print/cmpsfont LIB_DEPENDS= png:${PORTSDIR}/graphics/png -RUN_DEPENDS= kpsewhich:${PORTSDIR}/japanese/ptex-common \ +RUN_DEPENDS= kpsewhich:${PORTSDIR}/japanese/ptex-base \ ${LOCALBASE}/share/doc/cmpsfont/README:${PORTSDIR}/print/cmpsfont MAN1= dvipdfm.1 |