summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-01-23 20:54:45 +0000
committerjoerg <joerg@pkgsrc.org>2012-01-23 20:54:45 +0000
commit855c374ccbf276c7aa2b7f07a3ac8de6b5964875 (patch)
treec22ebee8d647a849f0dedb9c9ee7ed0dd27554b3
parent7fb23c3759d26b4a4c28eba7d329e57622d8749b (diff)
downloadpkgsrc-855c374ccbf276c7aa2b7f07a3ac8de6b5964875.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"