summaryrefslogtreecommitdiff
path: root/editors/vim/options
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-12-29 08:46:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-12-29 08:46:57 +0000
commit62f1a5b37db544078abc91197f03b088d1c7b1ef (patch)
treef5d8804db9844dc422289b1ac7a96bef4a061928 /editors/vim/options
parentFix the build of graphics/xaralx and graphics/xaralx-devel. (diff)
Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
does have support for the X11 cut buffer, etc... (patch reworked by me) PR: 140646 Submitted by: Merijn Verstraaten <merijn@inconsistent.nl>
Notes
Notes: svn path=/head/; revision=246835
Diffstat (limited to 'editors/vim/options')
-rw-r--r--editors/vim/options6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim/options b/editors/vim/options
index 9602cf885665..e3251fb2f5a1 100644
--- a/editors/vim/options
+++ b/editors/vim/options
@@ -5,9 +5,11 @@ OPTIONS= PERL "Enable Perl 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 \
+ X11 "X11 support (required for options below)" off \
+ X11_ONLY "CLI-only Vim, but with basic X11 support" off \
+ XTERM_SAVE "Restore xterm screen after exit" off \
ATHENA "Athena GUI" off \
+ GTK "GTK+ 1.2 GUI" off \
GTK2 "GTK2 GUI" off \
GNOME "Gnome1 GUI" off \
MOTIF "Motif GUI" off \
- XTERM_SAVE "" off