Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 17:41:41 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395307 - head/devel/pcre2
Message-ID:  <201508251741.t7PHffhK063016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Aug 25 17:41:40 2015
New Revision: 395307
URL: https://svnweb.freebsd.org/changeset/ports/395307

Log:
  Make LIBEDIT and READLINE radio options

Modified:
  head/devel/pcre2/Makefile

Modified: head/devel/pcre2/Makefile
==============================================================================
--- head/devel/pcre2/Makefile	Tue Aug 25 17:31:32 2015	(r395306)
+++ head/devel/pcre2/Makefile	Tue Aug 25 17:41:40 2015	(r395307)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251741.t7PHffhK063016>