git: 144dfa553a0c - main - devel/pcre2: resort Makefile

Kirill Ponomarev krion at FreeBSD.org
Tue Jun 29 06:58:18 UTC 2021


The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=144dfa553a0c6c892aeedc3489e62113865cec21

commit 144dfa553a0c6c892aeedc3489e62113865cec21
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-06-29 06:58:05 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-06-29 06:58:05 +0000

    devel/pcre2: resort Makefile
---
 devel/pcre2/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index fdacf9f01c5b..36f1fe3c4139 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -12,18 +12,19 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		autoreconf libtool pkgconfig
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--enable-pcre2-16 \
+		--enable-pcre2-32
 INSTALL_TARGET=	install-strip
-CONFIGURE_ARGS=	--enable-pcre2-16 --enable-pcre2-32
 
-OPTIONS_DEFINE=	DOCS
-OPTIONS_RADIO=	CLI
+OPTIONS_DEFINE=		DOCS
+OPTIONS_RADIO=		CLI
 OPTIONS_RADIO_CLI=	LIBEDIT READLINE
 
-LIBEDIT_CONFIGURE_ENABLE=	pcre2test-libedit
 LIBEDIT_USES=			libedit
+LIBEDIT_CONFIGURE_ENABLE=	pcre2test-libedit
 
 READLINE_USES=			readline
 READLINE_CONFIGURE_ENABLE=	pcre2test-libreadline


More information about the dev-commits-ports-main mailing list