diff options
author | knu <knu@FreeBSD.org> | 2000-04-25 21:39:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-25 21:39:17 +0800 |
commit | 0c63a9a06257c68edf97d04e295b70e6f37531d4 (patch) | |
tree | b6fcd379e835e40d4d41ba304605465121db0f10 /textproc/latex2html | |
parent | 382b046b65d2d9d9f912a6184f4cab5a538989d2 (diff) | |
download | freebsd-ports-gnome-0c63a9a06257c68edf97d04e295b70e6f37531d4.tar.gz freebsd-ports-gnome-0c63a9a06257c68edf97d04e295b70e6f37531d4.tar.zst freebsd-ports-gnome-0c63a9a06257c68edf97d04e295b70e6f37531d4.zip |
Portlint. Change ${PREFIX} in RUN_DEPENDS to ${LOCALBASE}.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 50a297854dd1..168a9fbf0e13 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ - ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ - ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ +RUN_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \ + ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \ + ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 \ ${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm WRKSRC= ${WRKDIR}/latex2html |