diff options
author | andreas <andreas@FreeBSD.org> | 2001-09-25 14:14:22 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-09-25 14:14:22 +0800 |
commit | 819f0aa1c928d1826aac0212c6655639b8382beb (patch) | |
tree | 989d91fd7942b17929cd44ab45e0a506a68dcd26 /print | |
parent | 1808264e9339cc4961edae621106e73e0ad3ec27 (diff) | |
download | freebsd-ports-gnome-819f0aa1c928d1826aac0212c6655639b8382beb.tar.gz freebsd-ports-gnome-819f0aa1c928d1826aac0212c6655639b8382beb.tar.zst freebsd-ports-gnome-819f0aa1c928d1826aac0212c6655639b8382beb.zip |
the ghostscript ports moved to new naming scheme,
so update configure script to reflect reality.
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 0f61e9f952c1..b6dacab1d864 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}/print/ghostscript6 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript-gnu ;; \"GS_NO_X11\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6-nox11 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript-gnu-nox11 ;; \"GS_PDF_CRYPT\") echo PDFENCRYPT=YES |