Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2021 06:58:18 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 144dfa553a0c - main - devel/pcre2: resort Makefile
Message-ID:  <202106290658.15T6wIQU026972@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

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

commit 144dfa553a0c6c892aeedc3489e62113865cec21
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-06-29 06:58:05 +0000
Commit:     Kirill Ponomarev <krion@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



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