aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-01 23:37:56 +0800
committerobrien <obrien@FreeBSD.org>2008-05-01 23:37:56 +0800
commitd6602757f826ba2c5e4b075748e1bbb0404a8cdf (patch)
tree99ad5f7492b1cd82dd5a0c1f85ee06a03067e310
parent125dd05992ce19597345f820449d3b0d6ac41b46 (diff)
downloadfreebsd-ports-gnome-d6602757f826ba2c5e4b075748e1bbb0404a8cdf.tar.gz
freebsd-ports-gnome-d6602757f826ba2c5e4b075748e1bbb0404a8cdf.tar.zst
freebsd-ports-gnome-d6602757f826ba2c5e4b075748e1bbb0404a8cdf.zip
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>
-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 \