From 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 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. --- devel/libjudy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/libjudy') diff --git a/devel/libjudy/Makefile b/devel/libjudy/Makefile index eb1caa80ccc..1b8d80fa64b 100644 --- a/devel/libjudy/Makefile +++ b/devel/libjudy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/21 16:07:02 darcy Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/30 00:07:13 joerg Exp $ DISTNAME= Judy-1.0.4 PKGNAME= libjudy-1.0.4 @@ -9,6 +9,8 @@ MAINTAINER= vle@gmx.net HOMEPAGE= http://judy.sourceforge.net/ COMMENT= High-performance sparse dynamic array library +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes -- cgit v1.2.3