summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
committerknu <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
commitda95875958db6425cfa539b059cc4ef07627aaf1 (patch)
treee65d448fa596af2b7125f1471bb2fce4987c0195
parent9bedba5f7c2666a427b3694bf3766b63f976502a (diff)
downloadFreeBSD-ports-da95875958db6425cfa539b059cc4ef07627aaf1.zip
FreeBSD-ports-da95875958db6425cfa539b059cc4ef07627aaf1.tar.gz
Replace the ghostscript55 dependencies with ghostscript-gnu.
-rw-r--r--comms/tkhylafax/Makefile2
-rw-r--r--devel/doc++/Makefile2
-rw-r--r--mbone/wb/Makefile2
-rw-r--r--net/wb/Makefile2
-rw-r--r--print/html2ps-letter/Makefile2
-rw-r--r--print/magicfilter/Makefile4
-rw-r--r--print/pnm2ppa/Makefile2
-rw-r--r--textproc/latex2html/Makefile2
-rw-r--r--x11/dgs/Makefile2
9 files changed, 10 insertions, 10 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile
index 081cb4e..dd5fa69 100644
--- a/comms/tkhylafax/Makefile
+++ b/comms/tkhylafax/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
sendfax:${PORTSDIR}/comms/hylafax \
- gs:${PORTSDIR}/print/ghostscript55 \
+ gs:${PORTSDIR}/print/ghostscript-gnu \
gv:${PORTSDIR}/print/gv
WRKSRC= ${WRKDIR}/tkhylafax-3.0
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile
index d7c6919..1270947 100644
--- a/devel/doc++/Makefile
+++ b/devel/doc++/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/doctools
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
- gs:${PORTSDIR}/print/ghostscript55 \
+ gs:${PORTSDIR}/print/ghostscript-gnu \
anytopnm:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile
index 759b0aa..7fbb109 100644
--- a/mbone/wb/Makefile
+++ b/mbone/wb/Makefile
@@ -18,7 +18,7 @@ NO_BUILD= yes
USE_X_PREFIX= yes
# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
.include <bsd.port.pre.mk>
diff --git a/net/wb/Makefile b/net/wb/Makefile
index 759b0aa..7fbb109 100644
--- a/net/wb/Makefile
+++ b/net/wb/Makefile
@@ -18,7 +18,7 @@ NO_BUILD= yes
USE_X_PREFIX= yes
# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
.include <bsd.port.pre.mk>
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile
index 25872d0..f206741 100644
--- a/print/html2ps-letter/Makefile
+++ b/print/html2ps-letter/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
djpeg:${PORTSDIR}/graphics/jpeg \
giftopnm:${PORTSDIR}/graphics/netpbm \
- gs:${PORTSDIR}/print/ghostscript55 \
+ gs:${PORTSDIR}/print/ghostscript-gnu \
tex:${PORTSDIR}/print/teTeX \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 3d6e339..1a60062 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= system/printing
MAINTAINER= cjh@FreeBSD.org
# at least, gs must exist in many case
-BUILD_DEPENDS= ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript55
+BUILD_DEPENDS= ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
# to give freedom to choose your favor gs..
-#RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+#RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
index 66b4f17..74b8551 100644
--- a/print/pnm2ppa/Makefile
+++ b/print/pnm2ppa/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \
enscript:${PORTSDIR}/print/enscript-letter
MAN1= pnm2ppa.1
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index 73c538e..c3112a9 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}
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 4f9dc9a..e8ed404 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
USE_X_PREFIX= yes
USE_GMAKE= yes
OpenPOWER on IntegriCloud