diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:52:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:52:33 +0000 |
commit | 8cb369449af02cf9bd9fcf458e2e5efd277f6d01 (patch) | |
tree | 00080d016f8d7b5f42f0fc15292482965c600715 /textproc/latex2html | |
parent | 8721203e7135b56596cca623a69ea8ac5530d990 (diff) | |
download | ports-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/Makefile | 2 |
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} |