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 | |
parent | 8721203e7135b56596cca623a69ea8ac5530d990 (diff) | |
download | ports-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.tar.gz ports-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.zip |
Notes
-rw-r--r-- | comms/tkhylafax/Makefile | 2 | ||||
-rw-r--r-- | devel/doc++/Makefile | 2 | ||||
-rw-r--r-- | mbone/wb/Makefile | 2 | ||||
-rw-r--r-- | net/wb/Makefile | 2 | ||||
-rw-r--r-- | print/html2ps-letter/Makefile | 2 | ||||
-rw-r--r-- | print/magicfilter/Makefile | 4 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 2 | ||||
-rw-r--r-- | textproc/latex2html/Makefile | 2 | ||||
-rw-r--r-- | x11/dgs/Makefile | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 081cb4e160f4..dd5fa6956b3e 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 d7c69195def4..1270947616a7 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 759b0aab634d..7fbb109f2605 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 759b0aab634d..7fbb109f2605 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 25872d0b4979..f206741bbeb2 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 3d6e339b84f7..1a60062f85c4 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 66b4f17c1bd7..74b8551d3078 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 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} diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 4f9dc9ae5338..e8ed404e7fb4 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 |