diff options
author | andreas <andreas@FreeBSD.org> | 2004-09-24 04:03:02 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2004-09-24 04:03:02 +0800 |
commit | 378fc128290b02c44c87b18fe6c8d502417c6ced (patch) | |
tree | 238a7f37e642e309789fb36aef39cba0d12b6274 /print | |
parent | e97a2cc0b6077771a5483ce4759431765ada1ff5 (diff) | |
download | freebsd-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/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 |