From 242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb Mon Sep 17 00:00:00 2001 From: tz Date: Mon, 10 Jul 2017 12:08:24 +0000 Subject: net/rubygem-grpc: Add missing BUILD_DEPENDS Add needed build dependencies. This wasn't spotted before since poudriere pulls in all RUN_DEPENDS before building, but portmaster didn't. PR: 220567 Submitted by: hakan@siktas.com MFH: 2017Q3 --- net/rubygem-grpc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile index 95b55544f500..f7c6afe70b3b 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -2,6 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,8 +15,12 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ grpc>=0:devel/grpc \ rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \ rubygem-googleauth>=0.5.1:security/rubygem-googleauth + LIB_DEPENDS= libcares.so:dns/c-ares +BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + grpc>=0:devel/grpc + MAKE_JOBS_UNSAFE=yes USE_RUBY= yes -- cgit