summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-10-07 15:28:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-10-07 15:28:22 +0000
commita23ca4e75d0452c264d6c4443af7e396ca4b8aba (patch)
tree72e702116ceecb75970fe58a1dcb8af032030f38 /editors/vim
parent- Update to 0.17 (diff)
Enable LUA for the default Portmgr package build.
Notes
Notes: svn path=/head/; revision=262568
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index ccc913fa7fec..32ae26a375e3 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -67,7 +67,7 @@ WITH_PERL= yes
WITH_PYTHON= yes
WITH_RUBY= yes
WITH_TCL= yes
-WITH_LUNA= yes
+WITH_LUA= yes
.endif
.if defined(WITH_PYTHON)