summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-30 20:46:34 +0000
committerngie <ngie@FreeBSD.org>2017-09-30 20:46:34 +0000
commita3fcd8590e751eca647590e3ef175f6f3eb2d225 (patch)
tree05d6525c43679596b88f69f2e6c5c7dd0d039f20
parentcc79a3d7830fdfd7918a4756497b6b44731a9db7 (diff)
downloadFreeBSD-src-a3fcd8590e751eca647590e3ef175f6f3eb2d225.zip
FreeBSD-src-a3fcd8590e751eca647590e3ef175f6f3eb2d225.tar.gz
MFC r321952:
Allowing MK_NLS_CATALOGS to be enabled if MK_NLS == no doesn't make a whole lot of sense. Anchor MK_NLS_CATALOGS being enabled off of MK_NLS.
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index f501f8d..c0893ef 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -569,6 +569,10 @@ MK_ATM:= no
MK_BLUETOOTH:= no
.endif
+.if ${MK_NLS} == "no"
+MK_NLS_CATALOGS:= no
+.endif
+
.if ${MK_OPENSSL} == "no"
MK_OPENSSH:= no
MK_KERBEROS:= no
OpenPOWER on IntegriCloud