diff options
author | tron <tron@pkgsrc.org> | 2007-04-29 19:27:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-04-29 19:27:35 +0000 |
commit | 7ff2feb0016ce92393f01319385aeb967065cb88 (patch) | |
tree | 95240aa2c1a02e6790af06b3fb42fbb8012496fe /mail/postfix | |
parent | 417f311e41fbaf13eaf6f232e7a20327f9c3ac51 (diff) | |
download | pkgsrc-7ff2feb0016ce92393f01319385aeb967065cb88.tar.gz |
Enable TLS support by default. Approved by Martti Kuparinen.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/options.mk | 4 |
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" ### |