1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Always USE_GETTEXT, even WITHOUT_NLS.

This commit is contained in:
Thierry Thomas 2004-08-30 05:39:30 +00:00
parent e98cf530f7
commit 9be1eb18f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117624

View File

@ -30,6 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS} ${PTHREAD_LIBS}"
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_PERL5_BUILD= yes
INSTALLS_SHLIB= yes
@ -48,7 +49,6 @@ PLIST_SUB+= SCRIPTS="@comment "
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif