diff options
author | hrs <hrs@FreeBSD.org> | 2009-05-31 20:22:17 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-05-31 20:22:17 +0800 |
commit | 25e4163defb1130f0f23782df1e2bc6a9698a818 (patch) | |
tree | 3e59dc043c4a24b4a7548c4b0fc62fdca19a6fb3 /japanese | |
parent | f5881aef65d30ee0c076e65a015a58f9ee13302e (diff) | |
download | freebsd-ports-gnome-25e4163defb1130f0f23782df1e2bc6a9698a818.tar.gz freebsd-ports-gnome-25e4163defb1130f0f23782df1e2bc6a9698a818.tar.zst freebsd-ports-gnome-25e4163defb1130f0f23782df1e2bc6a9698a818.zip |
Fix dependency.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/latex2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index cd145c63b086..7dc05ec8d657 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} @@ -23,7 +23,6 @@ COMMENT= Japanese LaTeX2HTML with JA patch BUILD_DEPENDS= platex:${PORTSDIR}/japanese/ptex \ dvips:${PORTSDIR}/japanese/dvipsk \ - ${LOCALBASE}/share/ipa-ttfonts/fonts/COPYING.font.ja:${PORTSDIR}/japanese/ipa-ttfonts \ anytopnm:${PORTSDIR}/graphics/netpbm CONFLICTS= latex2html-[0-9]* |