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. --- audio/dap/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/dap/Makefile') diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 6c3ce87f041..b0552b3a12c 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/07/27 08:45:58 obache Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/30 00:07:09 joerg Exp $ DISTNAME= dap-2.1.5 CATEGORIES= audio @@ -11,6 +11,8 @@ COMMENT= Digital audio recording and processing package PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ INSTALLATION_DIRS+= bin share/doc/dap MAKE_FILE= Makefile.netbsd -- cgit v1.2.3