Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causes

more problems than it solves.

PR:		ports/168492
PR:		ports/166202 (a fix for the consequences of)
Approved by:	maintainer timeout on previous commit that this is to fix,
		so this is implicit
This commit is contained in:
Chris Rees 2012-05-31 22:00:28 +00:00
parent 1bf34d9471
commit 4369b57585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297910

View file

@ -167,7 +167,7 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" ${I18N}
.if exists(${LOCALBASE}/lib/libiconv.so)
USE_ICONV= yes
.endif
.if exists(${LOCALBASE}/lib/libintl.so) && !defined(WITHOUT_NLS)
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
.else
MAKE_ARGS+= CONF_OPT_NLS="--disable-nls"