mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by: portmgr (blanket)
This commit is contained in:
parent
d351537c3f
commit
a8bfa80a2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441950
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
|
|||
OPTIONS_DEFINE+= SSL
|
||||
SSL_DESC= Build with OpenSSL support
|
||||
|
||||
OPTIONS_DEFAULT+= NLS SSL
|
||||
OPTIONS_DEFAULT+= SSL
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
.if defined(CLIENT_ONLY)
|
||||
|
|
Loading…
Add table
Reference in a new issue