summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2004-09-23 20:03:02 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2004-09-23 20:03:02 +0000
commitc0d7b82837b169cbc932047217172f85860da9d8 (patch)
treeca8b0140d4545ee827c4a0aca5dc91cb1840875f /print/apsfilter
parentFix the build with recent GCC. (diff)
- 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)
Notes
Notes: svn path=/head/; revision=118360
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile2
-rw-r--r--print/apsfilter/scripts/configure4
2 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index c8c3f71a41a6..0f2f280c63a1 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure
index e5466a0369ce..3488e5ca8caa 100644
--- a/print/apsfilter/scripts/configure
+++ b/print/apsfilter/scripts/configure
@@ -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