diff options
-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\") |