aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-20 22:20:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-20 22:20:36 +0800
commit84ec4136999d2e4d393494867df9676c2d91edc2 (patch)
tree11c058db9b7190984b318a9384f5f6760b5392a6 /editors
parent4ddbbd464a72bb7adacf8eb00e09772f02c80e9f (diff)
downloadfreebsd-ports-gnome-84ec4136999d2e4d393494867df9676c2d91edc2.tar.gz
freebsd-ports-gnome-84ec4136999d2e4d393494867df9676c2d91edc2.tar.zst
freebsd-ports-gnome-84ec4136999d2e4d393494867df9676c2d91edc2.zip
- Fix type of option group: it was RADIO but it should be SINGLE now (with the addition of CONSOLE)
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index fd96034997c0..a2a11fc74faf 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -19,8 +19,8 @@ MAINTAINER?= sunpoet@FreeBSD.org
COMMENT?= Vi "workalike", with many additional features
OPTIONS_DEFINE= CSCOPE EXUBERANT_CTAGS LUA NLS PERL PYTHON RUBY TCL XTERM_SAVE
-OPTIONS_RADIO= UI
-OPTIONS_RADIO_UI= ATHENA CONSOLE GNOME GTK2 MOTIF X11
+OPTIONS_SINGLE= UI
+OPTIONS_SINGLE_UI= ATHENA CONSOLE GNOME GTK2 MOTIF X11
OPTIONS_SUB= yes
ATHENA_DESC= Athena GUI toolkit
CSCOPE_DESC= cscope support