aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-09-05 01:25:20 +0000
committerSteve Price <steve@FreeBSD.org>2000-09-05 01:25:20 +0000
commita217d8547f5302d76813dee14a044aa8065942be (patch)
treed4dc2973357387ca30a840316b6ef9feb7fee63c /textproc/latex2html
parent3be250358e9f5aa54425d420b3af5c71512261e4 (diff)
downloadports-a217d8547f5302d76813dee14a044aa8065942be.tar.gz
ports-a217d8547f5302d76813dee14a044aa8065942be.zip
Use correct path for anytopnm in RUN_DEPENDS.
PR: 21029 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=32267
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index 168a9fbf0e13..19d4e4a32ac6 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= brett@peloton.runet.edu
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
+ ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
WRKSRC= ${WRKDIR}/latex2html