pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-grako



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jun 17 19:37:39 UTC 2017

Modified Files:
        pkgsrc/devel/py-grako: Makefile

Log Message:
Use the build dependency I reported to actually fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-grako/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-grako/Makefile
diff -u pkgsrc/devel/py-grako/Makefile:1.2 pkgsrc/devel/py-grako/Makefile:1.3
--- pkgsrc/devel/py-grako/Makefile:1.2  Sun Jun 11 06:59:18 2017
+++ pkgsrc/devel/py-grako/Makefile      Sat Jun 17 19:37:39 2017
@@ -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/
 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
 



Home | Main Index | Thread Index | Old Index