Fix OPTIONS_DEFAULT: remove NLS which is added by framework

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-28 23:16:50 +00:00
parent d351537c3f
commit a8bfa80a2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441950

View file

@ -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)