summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorasau <asau>2010-06-24 18:36:13 +0000
committerasau <asau>2010-06-24 18:36:13 +0000
commitde6b0537ac27dfd688f49ab2e63fd8109324445a (patch)
treef054e6977ef37fd065664d19fd8c9b42f640ed38 /graphics
parent42118f73d6fe080b392bf9413c1870751deb0b09 (diff)
downloadpkgsrc-de6b0537ac27dfd688f49ab2e63fd8109324445a.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/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"