mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
use ghostscript 6.01 port consistently,
not version 5.50
This commit is contained in:
parent
333dd3efe4
commit
031fa0eba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27638
@ -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
|
||||
|
2
print/apsfilter/scripts/configure
vendored
2
print/apsfilter/scripts/configure
vendored
@ -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\")
|
||||
|
@ -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
|
||||
|
2
print/apsfilter6/scripts/configure
vendored
2
print/apsfilter6/scripts/configure
vendored
@ -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\")
|
||||
|
Loading…
Reference in New Issue
Block a user