diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 08:04:37 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 08:04:37 +0800 |
commit | f8facd78314b70d65c255b6702a5c1ddabdd19ea (patch) | |
tree | d3766d9eff2d2395d8faf2f3e884480cdb97077a /japanese/latex2html | |
parent | 2768b95099a3fd2a3a94f23aa8b4101381a8ef28 (diff) | |
download | freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.tar.gz freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.tar.zst freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.zip |
netpnm moved to ${LOCALBASE}, update *_DEPENDS
Diffstat (limited to 'japanese/latex2html')
-rw-r--r-- | japanese/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index b0698fd02cfd..ca6f5ba98732 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -21,7 +21,7 @@ MAINTAINER= ixtl@utmc.or.jp RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ - ${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm + ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm .ifdef USE_PNG RUN_DEPENDS += ${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng |