summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pcre/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index cb354189b4a5..e8167dfc5513 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -23,8 +23,10 @@ CONFIGURE_ARGS= --enable-utf --enable-unicode-properties \
--enable-pcre8 --enable-pcre16 --enable-pcre32
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= DOCS LIBEDIT READLINE STACK_RECURSION
+OPTIONS_DEFINE= DOCS STACK_RECURSION
OPTIONS_DEFAULT= STACK_RECURSION
+OPTIONS_RADIO= CLI
+OPTIONS_RADIO_CLI= LIBEDIT READLINE
STACK_RECURSION_DESC= Use the stack for recursion during matching