aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
commit8cb369449af02cf9bd9fcf458e2e5efd277f6d01 (patch)
tree00080d016f8d7b5f42f0fc15292482965c600715 /textproc/latex2html
parent8721203e7135b56596cca623a69ea8ac5530d990 (diff)
downloadports-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.tar.gz
ports-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.zip
Replace the ghostscript55 dependencies with ghostscript-gnu.
Notes
Notes: svn path=/head/; revision=47714
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 73c538e44ca6..c3112a9b2fa0 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
MAINTAINER= brett@peloton.runet.edu
BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX \
- ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript55 \
+ ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu \
${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
RUN_DEPENDS= ${BUILD_DEPENDS}