aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-10-07 23:28:22 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-10-07 23:28:22 +0800
commita23ca4e75d0452c264d6c4443af7e396ca4b8aba (patch)
tree72e702116ceecb75970fe58a1dcb8af032030f38 /editors
parentdded69406df8fb1b28ce8cf7c9d45a32d6eaa99c (diff)
downloadfreebsd-ports-gnome-a23ca4e75d0452c264d6c4443af7e396ca4b8aba.tar.gz
freebsd-ports-gnome-a23ca4e75d0452c264d6c4443af7e396ca4b8aba.tar.zst
freebsd-ports-gnome-a23ca4e75d0452c264d6c4443af7e396ca4b8aba.zip
Enable LUA for the default Portmgr package build.
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 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)