summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-17 19:37:39 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-17 19:37:39 +0000
commit9b62700cbb76ba1112d12cbcaead4c8ee483c1ad (patch)
tree894eaba7885db5b2e86e286e3f1f84e16b5cea55
parent5b3f8da283bf942601341e8b7c1f3a4a71c0b36d (diff)
downloadpkgsrc-9b62700cbb76ba1112d12cbcaead4c8ee483c1ad.tar.gz
Use the build dependency I reported to actually fix the build.
-rw-r--r--devel/py-grako/Makefile4
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