summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-04-29 19:27:35 +0000
committertron <tron@pkgsrc.org>2007-04-29 19:27:35 +0000
commit7ff2feb0016ce92393f01319385aeb967065cb88 (patch)
tree95240aa2c1a02e6790af06b3fb42fbb8012496fe /mail/postfix-current
parent417f311e41fbaf13eaf6f232e7a20327f9c3ac51 (diff)
downloadpkgsrc-7ff2feb0016ce92393f01319385aeb967065cb88.tar.gz
Enable TLS support by default. Approved by Martti Kuparinen.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/options.mk4
1 files changed, 3 insertions, 1 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"
###