summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 13:32:18 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 13:32:18 +0000
commitc46a932a0721090021edb4d42ec8e3cb564076cf (patch)
tree49d9398331819762eb62d199ab9dd4ce76c91f98
parenta563d425dc1c15005f5b1d1456cb5fa42cfb7144 (diff)
downloadpkgsrc-c46a932a0721090021edb4d42ec8e3cb564076cf.tar.gz
benchmark/google-benchmark: remove runtime dependency on Python
-rw-r--r--benchmarks/google-benchmark/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/google-benchmark/Makefile b/benchmarks/google-benchmark/Makefile
index 600a8467c0c..17ebc9fb74b 100644
--- a/benchmarks/google-benchmark/Makefile
+++ b/benchmarks/google-benchmark/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/03/21 17:27:24 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/26 13:32:18 rillig Exp $
DISTNAME= benchmark-1.5
PKGNAME= google-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_PROJECT= benchmark
@@ -20,6 +21,7 @@ TEST_TARGET= test
BUILDLINK_TRANSFORM+= rm:-Werror
+PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON= *.py */*.py */*/*.py
.include "../../lang/python/application.mk"