1
0
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:
Andreas Klemm 2004-09-23 20:03:02 +00:00
parent efde469265
commit c0d7b82837
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118360
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/

View File

@ -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