pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Oct 25 12:32:54 UTC 2019

Modified Files:
        pkgsrc/devel/bison: options.mk

Log Message:
bison: make nls option enabled by default


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/bison/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bison/options.mk
diff -u pkgsrc/devel/bison/options.mk:1.2 pkgsrc/devel/bison/options.mk:1.3
--- pkgsrc/devel/bison/options.mk:1.2   Thu Oct 24 10:25:39 2019
+++ pkgsrc/devel/bison/options.mk       Fri Oct 25 12:32:54 2019
@@ -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