diff options
author | xtraeme <xtraeme> | 2004-11-27 08:44:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-27 08:44:35 +0000 |
commit | 27dfdb199df1e1643f8737e3a75d2701147db8ba (patch) | |
tree | 23440627ea4bb361ee2ae6e9c59cefc5a1feba1f /www/lynx | |
parent | f17fa8f5c442b060170a6dfc75ac43aceb166fc6 (diff) | |
download | pkgsrc-27dfdb199df1e1643f8737e3a75d2701147db8ba.tar.gz |
Unbreak this package, use default "curses" option to match previous
behaviour and fix typo.
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 e9dfbd83479..80c9eca3f84 100644 --- a/www/lynx/options.mk +++ b/www/lynx/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $ +# $NetBSD: options.mk,v 1.4 2004/11/27 08:44:35 xtraeme Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lynx PKG_SUPPORTED_OPTIONS= curses inet6 ncurses slang socks4 socks5 +PKG_DEFAULT_OPTIONS+= curses .include "../../mk/bsd.options.mk" ### @@ -31,7 +32,7 @@ CONFIGURE_ARGS+= --enable-color-style . endif .else PKG_FAIL_REASON+= "${PKG_OPTIONS_VAR} must contain one of" \ - "one of \"slang\", \"ncurses\", or \"curses\"!" + "\"slang\", \"ncurses\", or \"curses\"!" .endif ### |