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:   adam
Date:           Sun Jun 11 06:59:18 UTC 2017

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

Log Message:
Added BUILD_DEPENDS for 'test' target


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-grako/Makefile:1.2
--- pkgsrc/devel/py-grako/Makefile:1.1  Thu Jun  1 12:04:38 2017
+++ pkgsrc/devel/py-grako/Makefile      Sun Jun 11 06:59:18 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/01 12:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/11 06:59:18 adam Exp $
 
 DISTNAME=      grako-3.99.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://bitbucket.org/neogeny/
 COMMENT=       Grammar compiler
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES=         c
 
 post-install:



Home | Main Index | Thread Index | Old Index