summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 00:57:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 00:57:53 +0000
commit1694fae7c4090228f85efc1be5092bbaef079bee (patch)
tree2d9d565ecb9af9ad301b2b4b58aab51533527e94 /editors/vim
parent- Fix the fetch error reported by QAT@ (diff)
Autoconf will use libintl.so if it is installed on the system and cause
Vim to be linked against gettext without recording the gettext dependency. Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr>
Notes
Notes: svn path=/head/; revision=263372
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 9c1b90030e16..56bd5237ad2e 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -175,6 +175,9 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable
.if exists(${LOCALBASE}/lib/libiconv.so)
USE_ICONV= yes
.endif
+.if exists(${LOCALBASE}/lib/libintl.so)
+USE_GETTEXT= yes
+.endif
.if defined(WITH_EXUBERANT_CTAGS)
CTAGS_CMD= exctags -R .