aboutsummaryrefslogtreecommitdiff
path: root/editors/mp/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-12-11 17:53:24 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-12-11 17:53:24 +0000
commit1c86868249d8f1208e9ab7c37bf31b444eff050b (patch)
tree26eef9303a8bf27531fea1b0b0d42c50ef3de940 /editors/mp/Makefile
parent643f761fc41c0edf6b29b06bb866850352f19151 (diff)
downloadports-1c86868249d8f1208e9ab7c37bf31b444eff050b.tar.gz
ports-1c86868249d8f1208e9ab7c37bf31b444eff050b.zip
- Convert SINGLE OPTION GUI to RADIO
Submitted by: bapt
Notes
Notes: svn path=/head/; revision=308704
Diffstat (limited to 'editors/mp/Makefile')
-rw-r--r--editors/mp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile
index 3b341d9d3bab..d15c50037f3f 100644
--- a/editors/mp/Makefile
+++ b/editors/mp/Makefile
@@ -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