mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- cleanup after USE_GHOSTSCRIPT_RUN changes in Makefile
It has been forgotten to change configure script as well - bumped port revision since it fixes a bug reported by Holger Kipp <h.kipp@eurowings.com> Approved by: portmgr (Mark Linimon)
This commit is contained in:
parent
efde469265
commit
c0d7b82837
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118360
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= apsfilter
|
||||
PORTVERSION= 7.2.5
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.apsfilter.org/download/
|
||||
|
||||
|
4
print/apsfilter/scripts/configure
vendored
4
print/apsfilter/scripts/configure
vendored
@ -66,10 +66,10 @@ while [ "$1" ]; do
|
||||
echo "PAPERSIZE=letterdj"
|
||||
;;
|
||||
\"GS\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/${GSPORT}
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
|
||||
;;
|
||||
\"GS_NO_X11\")
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/${GSPORT}-nox11
|
||||
echo RUN_DEPENDS+=gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
|
||||
;;
|
||||
\"GS_PDF_CRYPT\")
|
||||
echo PDFENCRYPT=YES
|
||||
|
Loading…
Reference in New Issue
Block a user