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:
rillig 2020-03-21 17:27:24 +00:00
parent 3c409bd1b3
commit 659d2162cd

View file

@ -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"