summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2013-07-19 12:52:10 +0000
committerjoerg <joerg>2013-07-19 12:52:10 +0000
commitbf2c1ccce990f516bd9a786413e4f43c59c9eb80 (patch)
tree1a7ecf29e9e1b57ffc149a41e4763688a51baed7 /math
parent4146ba75d78435e7a9b89f76aa1af4b9f5e33fa7 (diff)
downloadpkgsrc-bf2c1ccce990f516bd9a786413e4f43c59c9eb80.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Algorithm-Cluster/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Algorithm-Cluster/Makefile b/math/p5-Algorithm-Cluster/Makefile
index 28cb1b75dc2..1ded1c3f60d 100644
--- a/math/p5-Algorithm-Cluster/Makefile
+++ b/math/p5-Algorithm-Cluster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/07/03 14:26:03 sno Exp $
+# $NetBSD: Makefile,v 1.2 2013/07/19 12:52:10 joerg Exp $
#
DISTNAME= Algorithm-Cluster-1.50
@@ -15,5 +15,7 @@ LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Algorithm/Cluster/.packlist
+MAKE_JOBS_SAFE= no
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"