diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
commit | da95875958db6425cfa539b059cc4ef07627aaf1 (patch) | |
tree | e65d448fa596af2b7125f1471bb2fce4987c0195 /textproc | |
parent | 9bedba5f7c2666a427b3694bf3766b63f976502a (diff) | |
download | freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.tar.gz freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.tar.zst freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.zip |
Replace the ghostscript55 dependencies with ghostscript-gnu.
Diffstat (limited to 'textproc')
-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} |