diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-29 18:20:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-29 18:20:36 +0000 |
commit | 54500f47c30d156ffd5314f139d22c0f9c23099f (patch) | |
tree | 8d5e51a1fd559df1659a0d0fdd2d3cf074be8604 /benchmarks/hbench | |
parent | 1e48f6cedac951b5a80ccc269460fec2bdbf5a4f (diff) | |
download | pkgsrc-54500f47c30d156ffd5314f139d22c0f9c23099f.tar.gz |
Not MAKE_JOBS safe.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 96f608c9052..2c76ae5f1ea 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/07/08 14:19:46 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/10/29 18:20:36 joerg Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -14,6 +14,7 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/hbench-OS OSVERSION_SPECIFIC= YES |