diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-20 22:20:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-20 22:20:36 +0800 |
commit | 84ec4136999d2e4d393494867df9676c2d91edc2 (patch) | |
tree | 11c058db9b7190984b318a9384f5f6760b5392a6 /editors | |
parent | 4ddbbd464a72bb7adacf8eb00e09772f02c80e9f (diff) | |
download | freebsd-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/Makefile | 4 |
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 |