diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-17 15:45:51 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-17 15:45:51 +0000 |
commit | b8a6adbb70179a6b3e3301b9ec5352b6fdfd5d0e (patch) | |
tree | 65ce6c9727fc470ea67b0c3268921c56340203d6 /editors/vim | |
parent | f329068d3dc606fe58a9d91bec407b7b77cc0e84 (diff) |
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 b2b49f2615ce..320eab0089bd 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -91,7 +91,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-rubyinterp" .endif .if ${PORT_OPTIONS:MTCL} -USE_TCL= 85+ +USES+= tcl:85+ MAKE_ARGS+= CONF_OPT_TCL="--enable-tclinterp --with-tclsh="${TCLSH:S/${LOCALBASE}\/bin\///g}"" .endif |