diff options
-rw-r--r-- | devel/pcre2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index 662d33b539a9..fd567b773aab 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -23,8 +23,10 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-pcre2-16 --enable-pcre2-32 -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 |