summaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /www/lynx
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index fcc4da61b92..0ca67d612b1 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.12 2010/02/25 18:50:21 drochner Exp $
+# $NetBSD: options.mk,v 1.13 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= curses
PKG_OPTIONS_OPTIONAL_GROUPS= socksproxy
PKG_OPTIONS_GROUP.socksproxy= socks5 socks4
@@ -10,6 +9,8 @@ PKG_OPTIONS_GROUP.socksproxy= socks5 socks4
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses ncursesw slang curses
+PKG_SUGGESTED_OPTIONS= curses inet6
+
.include "../../mk/bsd.options.mk"
###