diff options
author | khorben <khorben> | 2015-06-24 18:09:59 +0000 |
---|---|---|
committer | khorben <khorben> | 2015-06-24 18:09:59 +0000 |
commit | b89cbbf4c2acc4587cc8fcf7275607f9239ea735 (patch) | |
tree | 37f1b5cc3f0af2445461b34d8f455854ca11bed6 /devel | |
parent | b201570ae3c539f488f10960f93fc5df68485142 (diff) | |
download | pkgsrc-b89cbbf4c2acc4587cc8fcf7275607f9239ea735.tar.gz |
Update the list of build dependencies for devel/py-protobuf
This should effectively fix building this package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-protobuf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index bfc7094f211..3d723e895dc 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/10 01:31:52 wiedi Exp $ +# $NetBSD: Makefile,v 1.5 2015/06/24 18:09:59 khorben Exp $ .include "../../devel/protobuf/Makefile.common" @@ -14,6 +14,11 @@ PYSETUPSUBDIR= python PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +BUILD_DEPENDS+= ${PYPKGPREFIX}-gflags-[0-9]*:../../devel/py-gflags +BUILD_DEPENDS+= ${PYPKGPREFIX}-google-apputils-[0-9]*:../../devel/py-google-apputils +BUILD_DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +BUILD_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz + .include "../../devel/protobuf/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |