diff options
author | joerg <joerg> | 2010-01-24 13:00:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-24 13:00:44 +0000 |
commit | 74edd078136e709a72a1aea460075bac7eb3c688 (patch) | |
tree | 276f7db2f65ac4541f99ff78f4fd39bf7cc63b89 | |
parent | 340f7b834b80410599727814c31b1662db97ecaa (diff) | |
download | pkgsrc-74edd078136e709a72a1aea460075bac7eb3c688.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | x11/p5-Wx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index fd22819c7b3..d5d9a379779 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/01/18 09:59:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/24 13:00:44 joerg Exp $ # DISTNAME= Wx-0.96 @@ -13,6 +13,7 @@ COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp |