aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-31 22:00:28 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-31 22:00:28 +0000
commit4369b575850a0c15a1a1beb1f5d59b3260ddc5b3 (patch)
tree6fa300557b1021d1edd5716512dbd2370a00272d /editors
parent1bf34d9471b07e95c13032bb120ab8a28046b1bf (diff)
downloadports-4369b575850a0c15a1a1beb1f5d59b3260ddc5b3.tar.gz
ports-4369b575850a0c15a1a1beb1f5d59b3260ddc5b3.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7bad77ea04a9..a9e483ad2259 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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"