summaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2008-02-05 13:51:09 +0000
committerreed <reed@pkgsrc.org>2008-02-05 13:51:09 +0000
commit53117e64bf3c7c6251f603f66828b78efd93a2c9 (patch)
tree506bdd93969b7894225a248999ad90194e907a11 /benchmarks/httperf
parentad1f37987c3b991b7af75f0f8d61f4a26438582c (diff)
downloadpkgsrc-53117e64bf3c7c6251f603f66828b78efd93a2c9.tar.gz
This is not MAKE_JOBS_SAFE.
This fixes PR #36456. (By the way, a newer version is available of this software.)
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 67fb2d8e73d..8513be048bc 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/01/03 05:50:15 cjs Exp $
+# $NetBSD: Makefile,v 1.16 2008/02/05 13:51:09 reed Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
@@ -11,6 +11,7 @@ COMMENT= Popular web server benchmarking program
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"