diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-12-12 03:31:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-12-12 03:31:25 +0000 |
commit | d69c90ced20a3e34b97bde04ab2f34fe7d109a82 (patch) | |
tree | 146cd8bee308130218c86fc2ba3ca1827873bdc9 /editors/vim | |
parent | 2a1a037490a40aa31e232116e38304fd51ae0e01 (diff) | |
download | ports-d69c90ced20a3e34b97bde04ab2f34fe7d109a82.tar.gz ports-d69c90ced20a3e34b97bde04ab2f34fe7d109a82.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 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 |