diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-11 17:53:24 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-11 17:53:24 +0000 |
commit | 1c86868249d8f1208e9ab7c37bf31b444eff050b (patch) | |
tree | 26eef9303a8bf27531fea1b0b0d42c50ef3de940 /editors/mp | |
parent | 643f761fc41c0edf6b29b06bb866850352f19151 (diff) |
Notes
Diffstat (limited to 'editors/mp')
-rw-r--r-- | editors/mp/Makefile | 6 |
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 |