1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Use NLS_CONFIGURE_ENABLE

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 07:44:23 +00:00
parent 4f0f24fd81
commit 83efcffa8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551867

View File

@ -24,8 +24,9 @@ CPE_VENDOR= curtis_galloway
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG}
NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
NLS_CONFIGURE_ENABLE= nls
NLS_CONFIGURE_OFF= --without-libiconv-prefix
NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
NLS_USES= gettext iconv
.include <bsd.port.mk>