summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2012-01-23 20:54:45 +0000
committerjoerg <joerg>2012-01-23 20:54:45 +0000
commitb8e5574f238f52d3e137632a1319a2fc70e8efe9 (patch)
treec22ebee8d647a849f0dedb9c9ee7ed0dd27554b3
parentf5db06d5f7e33f57cb70b76a327ea3af2e16d2a3 (diff)
downloadpkgsrc-b8e5574f238f52d3e137632a1319a2fc70e8efe9.tar.gz
Not MAKE_JOBS_SAFE.
-rw-r--r--textproc/p5-Text-Markdown-Discount/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Markdown-Discount/Makefile b/textproc/p5-Text-Markdown-Discount/Makefile
index e47acb88381..b60fe9c86c1 100644
--- a/textproc/p5-Text-Markdown-Discount/Makefile
+++ b/textproc/p5-Text-Markdown-Discount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 02:27:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/23 20:54:45 joerg Exp $
#
DISTNAME= Text-Markdown-Discount-0.02
@@ -16,5 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist
USE_LANGUAGES= c
+MAKE_JOBS_SAFE= no
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"