From f2f3dc812aad2e778dcf71f5f381153179f3efc4 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 30 Jun 2009 00:07:09 +0000 Subject: Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. --- editors/jed/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/jed') diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index a455e6a77d5..c712872cc62 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2009/06/12 22:41:32 zafer Exp $ +# $NetBSD: Makefile.common,v 1.7 2009/06/30 00:07:14 joerg Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/jed -- cgit v1.2.3