diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
commit | 9c435d97cc677d79b74e5e372fd22ec4b57a0a65 (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /mail/sendmail/options.mk | |
parent | 6dd27214ac3a362082f3cc1b2ef37b2add1db468 (diff) | |
download | pkgsrc-9c435d97cc677d79b74e5e372fd22ec4b57a0a65.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'mail/sendmail/options.mk')
-rw-r--r-- | mail/sendmail/options.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk index 98facd7a9ab..c12537474a2 100644 --- a/mail/sendmail/options.mk +++ b/mail/sendmail/options.mk @@ -1,12 +1,9 @@ -# $NetBSD: options.mk,v 1.5 2005/03/28 09:39:57 jlam Exp $ +# $NetBSD: options.mk,v 1.6 2005/05/31 10:01:38 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl starttls tcpwrappers \ socketmap - -.if !defined(PKG_OPTIONS.sendmail) -PKG_DEFAULT_OPTIONS+= tcpwrappers -.endif +PKG_SUGGESTED_OPTIONS= tcpwrappers .include "../../mk/bsd.options.mk" |