summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-06-24 18:36:13 +0000
committerasau <asau@pkgsrc.org>2010-06-24 18:36:13 +0000
commite1d1f02151f0538867fc24a5cef3d35b7b653e2f (patch)
treef054e6977ef37fd065664d19fd8c9b42f640ed38
parent1ae3f7443940cebd4a9419b6e4972da7efc6e2b5 (diff)
downloadpkgsrc-e1d1f02151f0538867fc24a5cef3d35b7b653e2f.tar.gz
Not MAKE_JOBS_SAFE, just like graphics/plotutils.
Problem caught by bulk build.
-rw-r--r--graphics/plotutils-nox11/Makefile3
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"