diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-02 19:19:16 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-02 19:19:16 +0000 |
commit | 78c8d55a477698136b3aba0f0d8c4a128cd73f09 (patch) | |
tree | a2385e68b76c3652cf36ba152679821ae09ba4f5 /print | |
parent | Upgrade to 1.1.18, and add myself as MAINTAINER. (diff) |
use gs6 port !
Notes
Notes:
svn path=/head/; revision=27291
Diffstat (limited to 'print')
-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 5af845d04344..d619f31d7ae7 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 5af845d04344..d619f31d7ae7 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 |