summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-05-01 15:37:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-05-01 15:37:56 +0000
commit5ad827fe15a91e75054c53818e19604f07d60e32 (patch)
tree176cd427d300d846e0701f5e984961605ec59c0e /editors/vim
parentUpdate to Vim 7.1 patchlevel 293. (diff)
If one wanted to build a GUI-less, one got stuck with GNOME1 anyway.
So add the "X11" knob so 'WITHOUT_X11' will properly get set. PR: 123257, 123272 Reported by: Mel <mel@rachie.is-a-geek.net>
Notes
Notes: svn path=/head/; revision=212434
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/options b/editors/vim/options
index c07389f4725e..a55cd91a7928 100644
--- a/editors/vim/options
+++ b/editors/vim/options
@@ -3,6 +3,7 @@ OPTIONS= PERL "Enable Perl interpreter" off \
RUBY "Enable Ruby interpreter" off \
CSCOPE "Enable cscope" off \
EXUBERANT_CTAGS "Use exctags instead of ctags" off \
+ X11 "X11 GUI (must enable if things below are)" off \
ATHENA "Athena GUI" off \
GTK2 "GTK2 GUI" off \
GNOME "Gnome1 GUI" off \