aboutsummaryrefslogtreecommitdiff
path: root/devel/grpc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-06-29 03:51:13 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-06-29 03:51:13 +0000
commit3726f942547e374490d375baf83216d7644a7162 (patch)
tree8c7c440762c72012824110ba9cdd44c8c1765017 /devel/grpc
parent1de291090d9121f4d238a639b441f64372c239c1 (diff)
Notes
Diffstat (limited to 'devel/grpc')
-rw-r--r--devel/grpc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index abe320a833a5..e710e0effd5b 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -13,13 +13,13 @@ COMMENT= HTTP/2-based RPC framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= go:lang/go \
- yasm:devel/yasm
+BUILD_DEPENDS= yasm:devel/yasm
LIB_DEPENDS= libgflags.so:devel/gflags \
libprotobuf.so:devel/protobuf \
libcares.so:dns/c-ares
-USES= cmake localbase:ldflags perl5 pkgconfig ssl
+USES= cmake go:no_targets localbase:ldflags perl5 pkgconfig ssl
+
USE_GITHUB= yes
GH_TUPLE= google:benchmark:v1.4.1:benchmark/third_party/benchmark
USE_LDCONFIG= yes