diff options
author | obache <obache@pkgsrc.org> | 2010-10-06 12:43:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-06 12:43:17 +0000 |
commit | b32942e167feccd32a8a9484e1a96a5de549939c (patch) | |
tree | 1348b240a66a6f875c345001f651ab45a34492ec /editors | |
parent | aa0f82594ff7b0398aba204d3747cc8cd552539d (diff) | |
download | pkgsrc-b32942e167feccd32a8a9484e1a96a5de549939c.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-DataWalker/Makefile | 4 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PerlTidy/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/editors/p5-Padre-Plugin-DataWalker/Makefile b/editors/p5-Padre-Plugin-DataWalker/Makefile index 1214e2d1c1e..10fac8c8c78 100644 --- a/editors/p5-Padre-Plugin-DataWalker/Makefile +++ b/editors/p5-Padre-Plugin-DataWalker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/21 16:34:49 seb Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/06 12:43:17 obache Exp $ # DISTNAME= Padre-Plugin-DataWalker-0.02 @@ -14,6 +14,8 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= p5-Padre>=0.47:../../editors/p5-Padre DEPENDS+= p5-Wx-Perl-DataWalker>=0.02:../../devel/p5-Wx-Perl-DataWalker DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML diff --git a/editors/p5-Padre-Plugin-PerlTidy/Makefile b/editors/p5-Padre-Plugin-PerlTidy/Makefile index 58a36ead2c7..e3d795020c8 100644 --- a/editors/p5-Padre-Plugin-PerlTidy/Makefile +++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:34:50 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/10/06 12:46:46 obache Exp $ # DISTNAME= Padre-Plugin-PerlTidy-0.10 @@ -14,6 +14,8 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy |