diff options
author | knu <knu@FreeBSD.org> | 2000-07-19 00:23:51 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-19 00:23:51 +0000 |
commit | ee3776d96536ccbc569f9d2193e460ce1899caeb (patch) | |
tree | e0db51a3f6852243c9932f3c498773577bd3c4b3 /japanese | |
parent | 1b0c126a7dec45ab287b9fdd19b3df18ecd43e13 (diff) | |
download | FreeBSD-ports-ee3776d96536ccbc569f9d2193e460ce1899caeb.zip FreeBSD-ports-ee3776d96536ccbc569f9d2193e460ce1899caeb.tar.gz |
Add nkf to RUN_DEPENDS.
Remove pnmtopng from RUN_DEPENDS. (netpbm contains it now)
PR: ports/20005
Submitted by: Sugimoto Sadahiro <ixtl@utmc.or.jp> (Maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/latex2html/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index dcab4ad..651e569 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.topstudio.co.jp/~kmuto/debian/private/dists/unstable/co DISTNAME= jlatex2html_${VERSION}+${JP_VERSION}.orig PATCH_SITES= http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/99-1/ -PATCHFILES= jlatex2html-${VERSION}+${JP_VERSION}.dif.gz +PATCHFILES= jlatex2html-${VERSION}+${JP_VERSION}.dif.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ixtl@utmc.or.jp @@ -22,11 +22,8 @@ MAINTAINER= ixtl@utmc.or.jp RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc \ dvips:${PORTSDIR}/japanese/dvipsk-vflib \ gs:${PORTSDIR}/japanese/vfghostscript55 \ - anytopnm:${PORTSDIR}/graphics/netpbm - -.ifndef WITH_GIF -RUN_DEPENDS+= ${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng -.endif + anytopnm:${PORTSDIR}/graphics/netpbm \ + nkf:${PORTSDIR}/japanese/nkf VERSION= 99.1 JP_VERSION= 3.01 |