summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-07 17:05:00 +0000
committerjlam <jlam>2004-08-07 17:05:00 +0000
commitecd95016288934e33bcefe9b989d37a171e2a340 (patch)
tree567455a3ff7fc01297f80c91cd6c5846b3d38bd0 /mail/postfix
parent464e0242eef9a979b331082088c1f01a8b0d448c (diff)
downloadpkgsrc-ecd95016288934e33bcefe9b989d37a171e2a340.tar.gz
Document the "tls" option.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index ed021e7a01d..9ab7bfa23e3 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2004/08/07 17:02:57 jlam Exp $
+# $NetBSD: options.mk,v 1.5 2004/08/07 17:05:00 jlam Exp $
# Global and legacy options
#
@@ -67,6 +67,9 @@ PATCH_DIST_STRIP.${IPV6TLS_PATCH}= -p1
PLIST_SRC+= ${PKGDIR}/PLIST.inet6
.endif
+###
+### STARTTLS support (http://mirrors.loonybin.net/postfix_tls/)
+###
.if !empty(PKG_OPTIONS:Mtls)
. include "../../security/openssl/buildlink3.mk"
. if empty(PKG_OPTIONS:Minet6)