git: b06731a2e71d - main - devel/bear: Remove indirect dependencies from LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:21:25 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b06731a2e71d352dc041c057b6ba3a873d8bc08b commit b06731a2e71d352dc041c057b6ba3a873d8bc08b Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-02-26 16:56:49 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-02-26 17:17:09 +0000 devel/bear: Remove indirect dependencies from LIB_DEPENDS Sponsored by: The FreeBSD Foundation --- devel/bear/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 1d50c9506504..efe6b40ec50a 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -11,11 +11,9 @@ LICENSE= GPLv3+ BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libabsl_hash.so:devel/abseil \ - libcares.so:dns/c-ares \ libfmt.so:devel/libfmt \ libgrpc.so:devel/grpc \ libprotobuf.so:devel/protobuf \ - libre2.so:devel/re2 \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang pkgconfig