aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-CanonicalizeXML
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-12-15 14:26:05 +0000
committerJohn Marino <marino@FreeBSD.org>2014-12-15 14:26:05 +0000
commitfe4ea9338b4b6333da4fe181bde7041f06fe5676 (patch)
tree8509023b847c3328eaac3643f6a983751093685e /textproc/p5-XML-CanonicalizeXML
parenta0921d30f87413815a44ce16101a002624ca98b5 (diff)
downloadports-fe4ea9338b4b6333da4fe181bde7041f06fe5676.tar.gz
ports-fe4ea9338b4b6333da4fe181bde7041f06fe5676.zip
Make jobs unsafe on two ports
Both of these ports have failed repeatedly under multi-job runs, and had to be fixed by disabling make jobs.
Notes
Notes: svn path=/head/; revision=374747
Diffstat (limited to 'textproc/p5-XML-CanonicalizeXML')
-rw-r--r--textproc/p5-XML-CanonicalizeXML/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile
index 0ec44796ee90..6ffe232464ca 100644
--- a/textproc/p5-XML-CanonicalizeXML/Makefile
+++ b/textproc/p5-XML-CanonicalizeXML/Makefile
@@ -19,4 +19,6 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
USE_PERL5= configure
USES= perl5
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.mk>