diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2004-09-23 20:03:02 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2004-09-23 20:03:02 +0000 |
commit | c0d7b82837b169cbc932047217172f85860da9d8 (patch) | |
tree | ca8b0140d4545ee827c4a0aca5dc91cb1840875f /print | |
parent | efde46926536447f4e0790579f133b277478dc65 (diff) | |
download | ports-c0d7b82837b169cbc932047217172f85860da9d8.tar.gz ports-c0d7b82837b169cbc932047217172f85860da9d8.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 4 |
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 |