diff options
-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 |