diff options
author | triaxx <triaxx@pkgsrc.org> | 2019-10-25 07:15:40 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2019-10-25 07:15:40 +0000 |
commit | 9a8e1b23c8daf1f5a59378022e89152425475406 (patch) | |
tree | ac0737767650e7e679abcb4c1807e6848fc4ec3f /databases | |
parent | d5e20b82bae578fd80f3cd8eb37a9317e24cd12f (diff) | |
download | pkgsrc-9a8e1b23c8daf1f5a59378022e89152425475406.tar.gz |
postgresql11: make nls option on by default
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql11/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql11/options.mk b/databases/postgresql11/options.mk index e27ce251b41..37d89780618 100644 --- a/databases/postgresql11/options.mk +++ b/databases/postgresql11/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2019/10/25 04:39:18 triaxx Exp $ +# $NetBSD: options.mk,v 1.4 2019/10/25 07:15:40 triaxx Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql11 -PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam -PKG_SUGGESTED_OPTIONS= gssapi +PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap pam +PKG_SUGGESTED_OPTIONS= gssapi nls PLIST_VARS+= llvm nls |