diff options
author | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
commit | 6dc2520300690e39fdb803dba4b818d03289cb63 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /www/p5-Catalyst-Plugin-Authorization-Roles | |
parent | db3790b322960d22b168a0155c538ee2401c5300 (diff) | |
download | pkgsrc-6dc2520300690e39fdb803dba4b818d03289cb63.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-Roles')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile index 67f9d45d10e..b52f854ef4c 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:06 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/30 00:07:24 joerg Exp $ DISTNAME= Catalyst-Plugin-Authorization-Roles-0.07 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/ COMMENT= Role based authorization for Catalyst +MAKE_JOBS_SAFE= no + DEPENDS+= p5-Catalyst-Runtime>=5.7:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10003:../../www/p5-Catalyst-Plugin-Authentication DEPENDS+= p5-Set-Object>=1.14:../../devel/p5-Set-Object |