diff options
author | andreas <andreas@FreeBSD.org> | 2000-04-02 19:19:16 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-04-02 19:19:16 +0000 |
commit | 483b23e28613a91fe141208b1d3689c17a502ef2 (patch) | |
tree | d672101c4d049dabab07678cbdd5cc9ab37f1006 | |
parent | 28e311ad5f59d4c4cd0b9b75634158e5c2979be5 (diff) | |
download | FreeBSD-ports-483b23e28613a91fe141208b1d3689c17a502ef2.zip FreeBSD-ports-483b23e28613a91fe141208b1d3689c17a502ef2.tar.gz |
use gs6 port !
-rw-r--r-- | print/apsfilter/scripts/configure | 2 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 5af845d..d619f31 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -64,7 +64,7 @@ while [ "$1" ]; do echo "PAPERSIZE=a4" ;; \"PS\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 ;; \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 5af845d..d619f31 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -64,7 +64,7 @@ while [ "$1" ]; do echo "PAPERSIZE=a4" ;; \"PS\") - echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 ;; \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba |