From c0d7b82837b169cbc932047217172f85860da9d8 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Thu, 23 Sep 2004 20:03:02 +0000 Subject: - 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 Approved by: portmgr (Mark Linimon) --- print/apsfilter/Makefile | 2 +- print/apsfilter/scripts/configure | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'print/apsfilter') 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 -- cgit v1.2.3