summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-31 21:18:37 +0000
committerjlam <jlam@pkgsrc.org>2002-01-31 21:18:37 +0000
commit2b3975b2e8c908773889544cd41b3aed08afecec (patch)
tree25b24bc32120772d863d03d021fdd8e37cf7b77d /mk/bsd.pkg.defaults.mk
parenta3a490535f6df008ef31f044b151b7c7adc8df2e (diff)
downloadpkgsrc-2b3975b2e8c908773889544cd41b3aed08afecec.tar.gz
Deprecate POSTFIX_USE_SASL_AUTH in favor of more generic USE_SASL.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 41d3c971565..91474273330 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.34 2002/01/21 17:31:02 zuntum Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.35 2002/01/31 21:18:37 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1020,11 +1020,6 @@ PILRC_USE_GTK?= YES
# Possible: YES, not defined
# Default: not defined
-#POSTFIX_USE_SASL_AUTH=YES
-# Add support for SMTP authentication with cyrus-sasl
-# Possible: YES, not defined
-# Default: not defined
-
#POSTFIX_VERP=YES
# Add support for Variable Envelope Return Paths.
# Possible: YES, not defined
@@ -1236,6 +1231,11 @@ USE_IDEA?= NO
# Possible: YES, or NO.
# Default: not defined.
+#USE_SASL=YES
+# Used to specify optional support for SASL authentication
+# Possible: YES, not defined
+# Default: not defined
+
USE_SJ3?= YES
# Used in kinput2 to enable SJ3 kana-kanji converter support.
# Possible: YES, or NO.