Date: Tue, 2 Nov 2021 09:25:36 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: 2f3301796cf3 - main - devel/pcre2: remove superfluous dependency Message-ID: <202111020925.1A29PaLC030873@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=2f3301796cf3026d5ed643934c133faeaf7d2aec commit 2f3301796cf3026d5ed643934c133faeaf7d2aec Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2021-11-02 09:24:09 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2021-11-02 09:25:28 +0000 devel/pcre2: remove superfluous dependency --- devel/pcre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index 15df81af78f9..cd3070e986df 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -10,7 +10,7 @@ COMMENT= Perl Compatible Regular Expressions library, version 2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -USES= autoreconf cpe libtool pkgconfig tar:bzip2 +USES= autoreconf cpe libtool pkgconfig CPE_VENDOR= pcre USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111020925.1A29PaLC030873>