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 /www/lynx | |
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 'www/lynx')
-rw-r--r-- | www/lynx/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx/options.mk b/www/lynx/options.mk index c215bcdf769..fb2338f0813 100644 --- a/www/lynx/options.mk +++ b/www/lynx/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.5 2004/11/30 15:33:53 xtraeme Exp $ +# $NetBSD: options.mk,v 1.6 2005/05/31 10:01:40 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lynx PKG_SUPPORTED_OPTIONS= curses inet6 ncurses slang socks4 socks5 -PKG_DEFAULT_OPTIONS+= curses +PKG_SUGGESTED_OPTIONS= curses + .include "../../mk/bsd.options.mk" ### |