diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-16 08:39:43 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-16 08:39:43 +0000 |
commit | 031fa0eba489d54d3c2d88f26144274dc5a072aa (patch) | |
tree | 09c4966ef192d935b9f68095c369afdc93c242ba | |
parent | Update to 1.2.0 (diff) |
use ghostscript 6.01 port consistently,
not version 5.50
Notes
Notes:
svn path=/head/; revision=27638
-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\") |