svn commit: r308704 - head/editors/mp

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 11 17:53:25 UTC 2012


Author: bdrewery
Date: Tue Dec 11 17:53:24 2012
New Revision: 308704
URL: http://svnweb.freebsd.org/changeset/ports/308704

Log:
  - Convert SINGLE OPTION GUI to RADIO
  
  Submitted by:	bapt

Modified:
  head/editors/mp/Makefile

Modified: head/editors/mp/Makefile
==============================================================================
--- head/editors/mp/Makefile	Tue Dec 11 17:04:22 2012	(r308703)
+++ head/editors/mp/Makefile	Tue Dec 11 17:53:24 2012	(r308704)
@@ -12,9 +12,9 @@ COMMENT=	Programming text editor
 
 LICENSE=	GPLv2 # (or later)
 
-OPTIONS_DEFINE=	NLS GUI PCRE DOCS
-OPTIONS_SINGLE=	GUI
-OPTIONS_SINGLE_GUI=	GTK2 QT4
+OPTIONS_DEFINE=	NLS PCRE DOCS
+OPTIONS_RADIO=	GUI
+OPTIONS_RADIO_GUI=	GTK2 QT4
 OPTIONS_DEFAULT=	PCRE
 
 USE_NCURSES=	yes


More information about the svn-ports-all mailing list