svn commit: r345230 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 20 14:20:37 UTC 2014


Author: sunpoet
Date: Thu Feb 20 14:20:36 2014
New Revision: 345230
URL: http://svnweb.freebsd.org/changeset/ports/345230
QAT: https://qat.redports.org/buildarchive/r345230/

Log:
  - Fix type of option group: it was RADIO but it should be SINGLE now (with the addition of CONSOLE)

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Feb 20 14:17:54 2014	(r345229)
+++ head/editors/vim/Makefile	Thu Feb 20 14:20:36 2014	(r345230)
@@ -19,8 +19,8 @@ MAINTAINER?=	sunpoet at 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


More information about the svn-ports-all mailing list