diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2021-11-02 09:24:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2021-11-02 09:25:28 +0000 |
commit | 2f3301796cf3026d5ed643934c133faeaf7d2aec (patch) | |
tree | 6c09ee23ea8cd8192a518671efce1816e9b605e3 | |
parent | c80e467406e98accd04788e25fa9e85644ba1a0b (diff) | |
download | ports-2f3301796cf3026d5ed643934c133faeaf7d2aec.tar.gz ports-2f3301796cf3026d5ed643934c133faeaf7d2aec.zip |
devel/pcre2: remove superfluous dependency
-rw-r--r-- | devel/pcre2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |