pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gmake



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

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

Log Message:
gmake: make nls option enabled by default


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/gmake/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/gmake/options.mk
diff -u pkgsrc/devel/gmake/options.mk:1.5 pkgsrc/devel/gmake/options.mk:1.6
--- pkgsrc/devel/gmake/options.mk:1.5   Mon Oct 21 06:33:11 2019
+++ pkgsrc/devel/gmake/options.mk       Fri Oct 25 12:36:12 2019
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2019/10/21 06:33:11 triaxx Exp $
+# $NetBSD: options.mk,v 1.6 2019/10/25 12:36:12 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gmake
 PKG_SUPPORTED_OPTIONS= nls
+PKG_SUGGESTED_OPTIONS= nls
 
 PLIST_VARS+=           nls
 



Home | Main Index | Thread Index | Old Index