diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-17 23:45:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-17 23:45:51 +0800 |
commit | 6f533aaabbfdd2aa749b2e55f896473cb0846a7e (patch) | |
tree | 65ce6c9727fc470ea67b0c3268921c56340203d6 | |
parent | f2a955814217dc0fb8d16601e0e8b90384b742ab (diff) | |
download | freebsd-ports-gnome-6f533aaabbfdd2aa749b2e55f896473cb0846a7e.tar.gz freebsd-ports-gnome-6f533aaabbfdd2aa749b2e55f896473cb0846a7e.tar.zst freebsd-ports-gnome-6f533aaabbfdd2aa749b2e55f896473cb0846a7e.zip |
- Convert to USES=tcl
-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 |