diff options
author | tz <tz@FreeBSD.org> | 2017-07-10 20:08:24 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-10 20:08:24 +0800 |
commit | 242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb (patch) | |
tree | bc4edf7ed6287d1673740cc24d5c9ab9757fb4c4 /net | |
parent | d754edd1d9bbc1f0cf4ad6dcd4a5398a8fa524a5 (diff) | |
download | freebsd-ports-gnome-242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb.tar.gz freebsd-ports-gnome-242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb.tar.zst freebsd-ports-gnome-242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-grpc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |