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 | f81ae835adc78533f22ce227d12d3f56e6076f1a (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /mail/mutt-devel | |
parent | 79084c0d28dd7c904bebb1b7d09f66fa505cfc47 (diff) | |
download | pkgsrc-f81ae835adc78533f22ce227d12d3f56e6076f1a.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/mutt-devel')
-rw-r--r-- | mail/mutt-devel/options.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index 62b1e6a9ff1..a227ca6bbdc 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,13 +1,10 @@ -# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $ +# $NetBSD: options.mk,v 1.5 2005/05/31 10:01:38 dillo Exp $ # Global and legacy options PKG_OPTIONS_VAR= PKG_OPTIONS.mutt PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl - -.if !defined(PKG_OPTIONS.mutt) -PKG_DEFAULT_OPTIONS+= ssl -.endif +PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" |