diff options
author | adrianp <adrianp> | 2005-10-20 15:10:01 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-10-20 15:10:01 +0000 |
commit | 331b59347d9310cec18a1619dedc027eed3825c9 (patch) | |
tree | f6b5a453b676620dbdf00480b7df8cd1cee10c9e | |
parent | 2bd8bed916ab4d5f99ea3f0e7a87b6b9ad93374f (diff) | |
download | pkgsrc-331b59347d9310cec18a1619dedc027eed3825c9.tar.gz |
While I'm here add back the PKG_OPTIONS_LEGACY_OPTS for socketmap
-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" |