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 | f2f3dc812aad2e778dcf71f5f381153179f3efc4 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /mail/ripmime | |
parent | 46bf5e8bd3686127a02427c1226acccd4de155d1 (diff) | |
download | pkgsrc-f2f3dc812aad2e778dcf71f5f381153179f3efc4.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 'mail/ripmime')
-rw-r--r-- | mail/ripmime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 4dfca57944b..51f95a2e68c 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/06/30 00:07:19 joerg Exp $ # DISTNAME= ripmime-1.4.0.2 @@ -13,5 +13,6 @@ PKGMANDIR?= man MAKE_ENV+= PKGMANDIR=${PKGMANDIR:Q} INSTALLATION_DIRS= bin ${PKGMANDIR} +MAKE_JOBS_SAFE= no .include "../../mk/bsd.pkg.mk" |