summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-12-19 01:54:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-12-19 01:54:33 +0000
commitadc109b9a6e80e4e732abb4a9c9cb55fbee6fac7 (patch)
tree14e44717571776af90ce7049405ea499e203d5df /editors/vim
parentUpdate to Vim 7.1 patchlevel 175. (diff)
Enable WITH_LANG for "PACKAGE_BUILDING".
Notes
Notes: svn path=/head/; revision=204071
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 61e89d8878db..3c514fb20c35 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -61,6 +61,7 @@ WITH_PERL= yes
WITH_PYTHON= yes
WITH_CSCOPE= yes
WITH_EXUBERANT_CTAGS=yes
+WITH_LANG= yes
.endif
.if defined(WITH_TCL)