diff options
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
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 |