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 /print | |
parent | unbreak: fix install path. (diff) |
Replace the ghostscript55 dependencies with ghostscript-gnu.
Notes
Notes:
svn path=/head/; revision=47714
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-letter/Makefile | 2 | ||||
-rw-r--r-- | print/magicfilter/Makefile | 4 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
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 |