summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-10-20 15:07:26 +0000
committeradrianp <adrianp@pkgsrc.org>2005-10-20 15:07:26 +0000
commitad189155c202c411143fe52da77c6a7bb8940314 (patch)
tree4df5e34b98d1c35a2c25376dc50cd5f5b41037f9 /mail
parent343c2d9f850c877ae0d51a3898e62fb1a1062230 (diff)
downloadpkgsrc-ad189155c202c411143fe52da77c6a7bb8940314.tar.gz
Update options.mk with a PKG_OPTIONS_LEGACY_OPTS to migrate from starttls
to tls. Pointed out by Gilles@Gravier.org on netbsd-users@
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index a93072db004..34faf55ed2c 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.11 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2005/10/20 15:07:26 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
PKG_SUGGESTED_OPTIONS= tcpwrappers
+PKG_OPTIONS_LEGACY_OPTS+= starttls:tls
.include "../../mk/bsd.options.mk"