diff options
author | asau <asau@pkgsrc.org> | 2010-06-24 18:36:13 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-06-24 18:36:13 +0000 |
commit | e1d1f02151f0538867fc24a5cef3d35b7b653e2f (patch) | |
tree | f054e6977ef37fd065664d19fd8c9b42f640ed38 /graphics | |
parent | 1ae3f7443940cebd4a9419b6e4972da7efc6e2b5 (diff) | |
download | pkgsrc-e1d1f02151f0538867fc24a5cef3d35b7b653e2f.tar.gz |
Not MAKE_JOBS_SAFE, just like graphics/plotutils.
Problem caught by bulk build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index 39460225ba0..781fe9859a7 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/06/13 22:44:41 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2010/06/24 18:36:13 asau Exp $ # DISTNAME= plotutils-2.6 @@ -26,6 +26,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter CONFIGURE_ARGS+= --without-x +MAKE_JOBS_SAFE= no .include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |