Add TCL support and translations options.

PR:		123662
Submitted by:	Dima Panov <fluffy@fluffy.khv.ru>
This commit is contained in:
David E. O'Brien 2008-06-05 13:11:09 +00:00
parent d75aa8a343
commit 6c130e4682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214354

View file

@ -1,6 +1,8 @@
OPTIONS= PERL "Enable Perl interpreter" off \
PYTHON "Enable Python interpreter" off \
RUBY "Enable Ruby interpreter" off \
TCL "Enable TCL interpreter" off \
LANG "VIm Translations" off \
CSCOPE "Enable cscope" off \
EXUBERANT_CTAGS "Use exctags instead of ctags" off \
X11 "X11 GUI (must enable if things below are)" off \