pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: make nls option enabled by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bb76eb7bd7f
branches:  trunk
changeset: 342789:5bb76eb7bd7f
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 25 12:32:54 2019 +0000

description:
bison: make nls option enabled by default

diffstat:

 devel/bison/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 8d8dbc60602f -r 5bb76eb7bd7f devel/bison/options.mk
--- a/devel/bison/options.mk    Fri Oct 25 12:16:06 2019 +0000
+++ b/devel/bison/options.mk    Fri Oct 25 12:32:54 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2019/10/24 10:25:39 jperkin Exp $
+# $NetBSD: options.mk,v 1.3 2019/10/25 12:32:54 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bison
 PKG_SUPPORTED_OPTIONS= nls
+PKG_SUGGESTED_OPTIONS= nls
 
 PLIST_VARS+=           nls
 



Home | Main Index | Thread Index | Old Index