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. --- security/mit-krb5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/mit-krb5/Makefile') diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 491fe31be23..09691824ea9 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2009/04/21 18:58:17 tez Exp $ +# $NetBSD: Makefile,v 1.46 2009/06/30 00:07:22 joerg Exp $ DISTNAME= krb5-1.4.2 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.mit.edu/kerberos/www/ COMMENT= MIT Kerberos 5 authentication system +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME}/src .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3