summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/options.mk4
-rw-r--r--mail/postfix/options.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk
index d502dca69ea..fda06dada81 100644
--- a/mail/postfix-current/options.mk
+++ b/mail/postfix-current/options.mk
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.15 2007/04/03 07:35:46 martti Exp $
+# $NetBSD: options.mk,v 1.16 2007/04/29 19:27:36 tron Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl tls dovecot-sasl
+PKG_SUGGESTED_OPTIONS= tls
+
.include "../../mk/bsd.options.mk"
###
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index 05bfd3d5a25..1603d9d420e 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.24 2007/02/20 16:49:30 joerg Exp $
+# $NetBSD: options.mk,v 1.25 2007/04/29 19:27:35 tron Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl tls dovecot-sasl
+PKG_SUGGESTED_OPTIONS= tls
+
.include "../../mk/bsd.options.mk"
###