diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-09 15:35:02 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-09 15:38:13 +0000 |
commit | 7ee9017a5fc00e3fe2af1eb4f2807b1133a4d174 (patch) | |
tree | 4809e940206fe375599000a04bf779dd4b9d595b | |
parent | 968eb104fb17e3d85123ea616f3e60a30401bdbc (diff) |
devel/grpc: Use devel/xxhash instead of bundled one
Do not bump PORTREVISION because they are identical now.
PR: 266577
-rw-r--r-- | devel/grpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index a6d4100ed50a..cd7066ee5e26 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -12,6 +12,7 @@ WWW= https://grpc.io/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/include/xxhash.h:devel/xxhash LIB_DEPENDS= libabsl_base.so:devel/abseil \ libbenchmark.so:devel/benchmark \ libcares.so:dns/c-ares \ @@ -60,6 +61,7 @@ post-patch: @${RM} -r ${WRKSRC}/third_party/cares/ @${RM} -r ${WRKSRC}/third_party/protobuf/ @${RM} -r ${WRKSRC}/third_party/re2/ + @${RM} -r ${WRKSRC}/third_party/xxhash/ @${RM} -r ${WRKSRC}/third_party/zlib/ .include <bsd.port.post.mk> |