pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lynx Unbreak this package, use default "curses" op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea5000a9abb1
branches:  trunk
changeset: 484364:ea5000a9abb1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Nov 27 08:44:35 2004 +0000

description:
Unbreak this package, use default "curses" option to match previous
behaviour and fix typo.

diffstat:

 www/lynx/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5f387a305258 -r ea5000a9abb1 www/lynx/options.mk
--- a/www/lynx/options.mk       Sat Nov 27 08:09:37 2004 +0000
+++ b/www/lynx/options.mk       Sat Nov 27 08:44:35 2004 +0000
@@ -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 @@
 .  endif
 .else
 PKG_FAIL_REASON+=      "${PKG_OPTIONS_VAR} must contain one of" \
-                       "one of \"slang\", \"ncurses\", or \"curses\"!"
+                       "\"slang\", \"ncurses\", or \"curses\"!"
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index