summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-12-12 03:31:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-12-12 03:31:25 +0000
commitd69c90ced20a3e34b97bde04ab2f34fe7d109a82 (patch)
tree146cd8bee308130218c86fc2ba3ca1827873bdc9 /editors
parent- Properly define USE_XLIB since it uses. This also fixes X11BASE issue. (diff)
Catch up with rev 1.287 and take TCL support out of the "PACKAGE_BUILDING"
configuration.
Notes
Notes: svn path=/head/; revision=179535
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 5620b9e65fdf..5ea2dab0ce02 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -29,7 +29,7 @@ COMMENT?= Vi "workalike", with many additional features
SLAVEDIRS= editors/vim-lite
.if defined(PACKAGE_BUILDING) && !defined(LITE)
-WITH_TCL= yes
+#WITH_TCL= yes
WITH_PERL= yes
WITH_PYTHON= yes
WITH_CSCOPE= yes