diff options
author | joerg <joerg@pkgsrc.org> | 2017-06-17 19:37:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-06-17 19:37:39 +0000 |
commit | c94776e31b64d5fb10a071d55fce22b207f0eab2 (patch) | |
tree | e0458013f1e54a0d88ae7952d728fa7e0aba1a25 /devel | |
parent | 5fa384fb8db4c81df869b37c8609244c05fc6d32 (diff) | |
download | pkgsrc-c94776e31b64d5fb10a071d55fce22b207f0eab2.tar.gz |
Use the build dependency I reported to actually fix the build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-grako/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-grako/Makefile b/devel/py-grako/Makefile index 9e9c30cad4d..8a52ff848f5 100644 --- a/devel/py-grako/Makefile +++ b/devel/py-grako/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/11 06:59:18 adam Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/17 19:37:39 joerg Exp $ DISTNAME= grako-3.99.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://bitbucket.org/neogeny/grako/ COMMENT= Grammar compiler LICENSE= modified-bsd -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner USE_LANGUAGES= c |