diff options
author | adam <adam@pkgsrc.org> | 2021-03-22 18:43:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-22 18:43:28 +0000 |
commit | 522f7d7e2f498ba73de7ccd0967ee3036806d5bd (patch) | |
tree | 79d92ac0a4730296234e429d7f4fbf12cc9c081e /net | |
parent | bbae58d77145428264f329ea9f0c40867df8ac5e (diff) | |
download | pkgsrc-522f7d7e2f498ba73de7ccd0967ee3036806d5bd.tar.gz |
py-grpcio: fix building
Diffstat (limited to 'net')
-rw-r--r-- | net/py-grpcio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index 7193a726f0f..b686ac025d8 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2021/03/04 08:09:31 adam Exp $ +# $NetBSD: Makefile,v 1.30 2021/03/22 18:43:28 adam Exp $ DISTNAME= grpcio-1.36.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,9 +14,10 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_LANGUAGES+= c99 c++11 +USE_LANGUAGES= c99 c++11 USE_TOOLS+= gmake pkg-config +.include "../../devel/abseil/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../net/grpc/buildlink3.mk" .include "../../net/libcares/buildlink3.mk" |