diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-19 17:17:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-19 17:17:13 +0000 |
commit | 695fc2439070dadf7badb5837067d286f21b1423 (patch) | |
tree | b9e272f8f6bd4ff9e1f65964977f89cb636d5332 /editors/vim | |
parent | e99d103a4b96b1ada09d96ec583d95b69a1ed587 (diff) | |
download | ports-695fc2439070dadf7badb5837067d286f21b1423.tar.gz ports-695fc2439070dadf7badb5837067d286f21b1423.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 54e1e90b91a4..9d1d8bcba9a8 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -107,7 +107,7 @@ NLS_MAKE_ARGS_OFF= CONF_OPT_NLS=--disable-nls NLS_USES= gettext PERL_MAKE_ARGS= CONF_OPT_PERL=--enable-perlinterp PERL_USES= perl5 -PYTHON_USE= PYTHON=yes +PYTHON_USES= python RUBY_MAKE_ARGS= CONF_OPT_RUBY=--enable-rubyinterp RUBY_USE= RUBY=yes TCL_MAKE_ARGS= CONF_OPT_TCL="--enable-tclinterp --with-tclsh=tclsh${TCL_VER}" |