diff options
author | triaxx <triaxx@pkgsrc.org> | 2019-10-25 12:36:12 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2019-10-25 12:36:12 +0000 |
commit | ccaaa8670d3d55121a4b5d00c9790c02112537ba (patch) | |
tree | f0d454eaedf42c084410f8152c51d0e35528ac8c /devel/gmake | |
parent | 785f6828f89bcd01f1c6736beb12102873f9f3c0 (diff) | |
download | pkgsrc-ccaaa8670d3d55121a4b5d00c9790c02112537ba.tar.gz |
gmake: make nls option enabled by default
Diffstat (limited to 'devel/gmake')
-rw-r--r-- | devel/gmake/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gmake/options.mk b/devel/gmake/options.mk index 0b58d75dbf3..7d85fb17431 100644 --- a/devel/gmake/options.mk +++ b/devel/gmake/options.mk @@ -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 |