diff options
Diffstat (limited to 'editors/mp/Makefile')
-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 |