diff options
author | andreas <andreas@FreeBSD.org> | 2000-04-16 16:39:43 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-04-16 16:39:43 +0800 |
commit | d59102f01ab742cff63703fc7d5a48150577426b (patch) | |
tree | 4cb9c7b8a66b21e3c9edebe7a250fab0ce445394 | |
parent | 08a48b1df6b4608b02fc5a4bc2e396d447454496 (diff) | |
download | freebsd-ports-gnome-d59102f01ab742cff63703fc7d5a48150577426b.tar.gz freebsd-ports-gnome-d59102f01ab742cff63703fc7d5a48150577426b.tar.zst freebsd-ports-gnome-d59102f01ab742cff63703fc7d5a48150577426b.zip |
use ghostscript 6.01 port consistently,
not version 5.50
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 2 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 8047e1564d5f..2bfcb22be1fe 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -14,7 +14,7 @@ MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= recode:${PORTSDIR}/converters/recode .if defined(BATCH) -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript55 +RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig RUN_DEPENDS+= cjpeg:${PORTSDIR}/graphics/jpeg diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 077245477e73..f869602e210d 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -70,7 +70,7 @@ while [ "$1" ]; do echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; \"ENCRYPTED_PDF\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES ;; \"ASCII\") diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 8047e1564d5f..2bfcb22be1fe 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -14,7 +14,7 @@ MAINTAINER= andreas@FreeBSD.org RUN_DEPENDS= recode:${PORTSDIR}/converters/recode .if defined(BATCH) -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript55 +RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig RUN_DEPENDS+= cjpeg:${PORTSDIR}/graphics/jpeg diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 077245477e73..f869602e210d 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -70,7 +70,7 @@ while [ "$1" ]; do echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; \"ENCRYPTED_PDF\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES ;; \"ASCII\") |