diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-10-20 15:10:01 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-10-20 15:10:01 +0000 |
commit | d28cf318e587817004794f35036f536cf67d4aa6 (patch) | |
tree | f6b5a453b676620dbdf00480b7df8cd1cee10c9e /mail | |
parent | ad189155c202c411143fe52da77c6a7bb8940314 (diff) | |
download | pkgsrc-d28cf318e587817004794f35036f536cf67d4aa6.tar.gz |
While I'm here add back the PKG_OPTIONS_LEGACY_OPTS for socketmap
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk index 34faf55ed2c..b4cd416f8e3 100644 --- a/mail/sendmail/options.mk +++ b/mail/sendmail/options.mk @@ -1,9 +1,11 @@ -# $NetBSD: options.mk,v 1.12 2005/10/20 15:07:26 adrianp Exp $ +# $NetBSD: options.mk,v 1.13 2005/10/20 15:10:01 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 +PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap .include "../../mk/bsd.options.mk" |