summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-subversion/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
index 353b433c115..4fbd37ae83a 100644
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2014/05/18 11:43:51 adam Exp $
+# $NetBSD: Makefile,v 1.79 2014/05/21 08:34:13 wiz Exp $
PKGNAME= p5-subversion-${SVNVER}
COMMENT= Perl bindings for Subversion
@@ -14,6 +14,8 @@ PERL5_CONFIGURE= no
PERL5_OPTIONS+= threads
PERL5_PACKLIST= auto/SVN/_Core/.packlist
+MAKE_JOBS_SAFE= no # https://bugs.gentoo.org/show_bug.cgi?id=388607
+
BUILD_TARGET= swig-pl
INSTALL_TARGET= install-swig-pl
TEST_TARGET= check-swig-pl