diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /www/swill | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.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/swill')
-rw-r--r-- | www/swill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index 4faee83b6ac..e139410c52f 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/03/24 19:21:33 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/30 00:07:24 joerg Exp $ DISTNAME= swill-0.1 CATEGORIES= www devel @@ -12,4 +12,6 @@ WRKSRC= ${WRKDIR}/SWILL-0.1 GNU_CONFIGURE= yes INSTALLATION_DIRS= include lib +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.pkg.mk" |