devel/pcre: convert LIBEDIT and READLINE to RADIO options

It's not possible for both to be enabled at the same time, so use RADIO
to prevent a user from trying to enable both.

PR:		160351
Approved by:	maintainer timeout
This commit is contained in:
Mark Felder 2015-10-16 20:12:06 +00:00
parent a327907346
commit 09ab3c6f80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399512

View File

@ -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