diff options
author | reed <reed> | 2008-02-05 13:51:09 +0000 |
---|---|---|
committer | reed <reed> | 2008-02-05 13:51:09 +0000 |
commit | 8668ac22ec9646d5bd2208a285f4359d235df4d2 (patch) | |
tree | 506bdd93969b7894225a248999ad90194e907a11 /benchmarks | |
parent | af012b6513b4ed92abfc1a67613e0bfc71391251 (diff) | |
download | pkgsrc-8668ac22ec9646d5bd2208a285f4359d235df4d2.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')
-rw-r--r-- | benchmarks/httperf/Makefile | 3 |
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" |