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