Received: by mail.netbsd.org (Postfix, from userid 605) id E9D6084D9E; Sat, 17 Jun 2017 19:37:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 78CD884D8F for ; Sat, 17 Jun 2017 19:37:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VdLZD4OzzZhV for ; Sat, 17 Jun 2017 19:37:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DDCE184D82 for ; Sat, 17 Jun 2017 19:37:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC0BDFAE8; Sat, 17 Jun 2017 19:37:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149772825998170" MIME-Version: 1.0 Date: Sat, 17 Jun 2017 19:37:39 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-grako To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170617193739.DC0BDFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149772825998170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_149772825998170 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_149772825998170--