diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-19 12:52:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-19 12:52:10 +0000 |
commit | 927497a1fc8a64441f691137285cd4b579e84883 (patch) | |
tree | 1a7ecf29e9e1b57ffc149a41e4763688a51baed7 /math/p5-Algorithm-Cluster | |
parent | fbdedfdd7c47c8f03cc54b812dc1e669d5b5d4a7 (diff) | |
download | pkgsrc-927497a1fc8a64441f691137285cd4b579e84883.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'math/p5-Algorithm-Cluster')
-rw-r--r-- | math/p5-Algorithm-Cluster/Makefile | 4 |
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" |