benchmarks/google-benchmark: add build dependency to Python
Without the dependency, the build fails with: > Scanning dependencies of target copy_clobber_memory_assembly_test > env: python: No such file or directory
This commit is contained in:
parent
3c409bd1b3
commit
659d2162cd
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2020/03/16 14:00:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2020/03/21 17:27:24 rillig Exp $
|
||||
|
||||
DISTNAME= benchmark-1.5
|
||||
PKGNAME= google-${DISTNAME}
|
||||
|
@ -20,5 +20,8 @@ TEST_TARGET= test
|
|||
|
||||
BUILDLINK_TRANSFORM+= rm:-Werror
|
||||
|
||||
REPLACE_PYTHON= *.py */*.py */*/*.py
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue