aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2004-09-24 04:03:02 +0800
committerandreas <andreas@FreeBSD.org>2004-09-24 04:03:02 +0800
commit378fc128290b02c44c87b18fe6c8d502417c6ced (patch)
tree238a7f37e642e309789fb36aef39cba0d12b6274 /print
parente97a2cc0b6077771a5483ce4759431765ada1ff5 (diff)
downloadfreebsd-ports-gnome-378fc128290b02c44c87b18fe6c8d502417c6ced.tar.gz
freebsd-ports-gnome-378fc128290b02c44c87b18fe6c8d502417c6ced.tar.zst
freebsd-ports-gnome-378fc128290b02c44c87b18fe6c8d502417c6ced.zip
- 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)
Diffstat (limited to 'print')
-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