mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
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.
This commit is contained in:
parent
c0eb492e98
commit
e6291c1be1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324140
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user