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/platex209-euc | |
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/platex209-euc')
-rw-r--r-- | japanese/platex209-euc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/platex209-euc/Makefile b/japanese/platex209-euc/Makefile index dae4bae..de6e364 100644 --- a/japanese/platex209-euc/Makefile +++ b/japanese/platex209-euc/Makefile @@ -15,9 +15,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp COMMENT= ASCII Japanese pLaTeX 2.09 with Japanese EUC code support -BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ +BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex \ nkf:${PORTSDIR}/japanese/nkf -RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex MANUAL_PACKAGE_BUILD= incompatible with other versions of platex209-* |