diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-12 00:28:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-12 00:28:33 +0800 |
commit | b9d1ea02533579b9ffc374828787118c1a2e4886 (patch) | |
tree | 87af8e91dbe961cf4077350f876473991229730b /print | |
parent | d42ec8365e2c9ee431ed6e9f87e28554f0480e26 (diff) | |
download | freebsd-ports-gnome-b9d1ea02533579b9ffc374828787118c1a2e4886.tar.gz freebsd-ports-gnome-b9d1ea02533579b9ffc374828787118c1a2e4886.tar.zst freebsd-ports-gnome-b9d1ea02533579b9ffc374828787118c1a2e4886.zip |
fix dialog call in configure script
Submitted by: Udo Schweigert <ust@cert.siemens.de>
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 d847fdf46607..2d1cdac981f6 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -16,7 +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 \ +ATALK "AppleTalk Remote-Print Support" OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index d847fdf46607..2d1cdac981f6 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -16,7 +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 \ +ATALK "AppleTalk Remote-Print Support" OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ |