diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 1 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 1 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 4 |
4 files changed, 10 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 1fb2841ef1f5..79f9eff76be1 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif USE_BZIP2= yes diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 1e8caebc3b08..5af845d04344 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ +SAMBA "Windows Remote-Print Support" ON \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -65,6 +66,9 @@ while [ "$1" ]; do \"PS\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 ;; + \"SAMBA\") + echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 echo PDFENCRYPT=YES diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 1fb2841ef1f5..79f9eff76be1 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif USE_BZIP2= yes diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 1e8caebc3b08..5af845d04344 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ +SAMBA "Windows Remote-Print Support" ON \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -65,6 +66,9 @@ while [ "$1" ]; do \"PS\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 ;; + \"SAMBA\") + echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 echo PDFENCRYPT=YES |