diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-07-15 16:28:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-07-15 16:28:41 +0000 |
commit | 4686ca73f789e42025248ac0947bda79a3934df7 (patch) | |
tree | 4f8f52460505a829b84e38c1e036c19a58e8a929 /print | |
parent | ffb35e530c9c15fdbbc18c7daa174afab23d5a67 (diff) | |
download | ports-4686ca73f789e42025248ac0947bda79a3934df7.tar.gz ports-4686ca73f789e42025248ac0947bda79a3934df7.zip |
Notes
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 ae9887c2aa25..fc966fd2098e 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -24,6 +24,7 @@ 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 +RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk .endif USE_BZIP2= yes diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 788d01c941c6..d847fdf46607 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -16,6 +16,7 @@ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ SAMBA "Windows Remote-Print Support" ON \ +ATALK "AppleTalk Remote-Print Support"OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -69,6 +70,9 @@ while [ "$1" ]; do \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; + \"ATALK\") + echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index ae9887c2aa25..fc966fd2098e 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -24,6 +24,7 @@ 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 +RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk .endif USE_BZIP2= yes diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 788d01c941c6..d847fdf46607 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -16,6 +16,7 @@ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ SAMBA "Windows Remote-Print Support" ON \ +ATALK "AppleTalk Remote-Print Support"OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ @@ -69,6 +70,9 @@ while [ "$1" ]; do \"SAMBA\") echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; + \"ATALK\") + echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk + ;; \"ENCRYPTED_PDF\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript6 echo PDFENCRYPT=YES |