summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-07-07 06:48:54 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-07-07 06:48:54 +0000
commitde65271364fbeb62d196c3cf4c354c59c55a0c0a (patch)
tree109d1be45ad31b76a51170c9435ad6c32d1dd922 /editors/vim
parentThis plugin renders HTML e-mail using the WebKit library. (diff)
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
Notes
Notes: svn path=/head/; revision=237310
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 4d21ecdc6574..78f7b28eabd3 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -82,7 +82,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-rubyinterp"
.endif
.if defined(WITH_TCL)
-USE_TCL= 80+
+USE_TCL= 82+
USE_TCL_NO_THREADS= yes
.endif