From fe3d98d2289ba5e12e917456d1b48a679119abe4 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 1 Jan 2010 17:47:05 +0000 Subject: Has race conditions, so not MAKE_JOBS_SAFE. --- graphics/GeometryKit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile index 43f7814ed78..47b529d1d0c 100644 --- a/graphics/GeometryKit/Makefile +++ b/graphics/GeometryKit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/07/06 16:23:33 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2010/01/01 17:47:05 joerg Exp $ # .include "../../graphics/3DKit/Makefile.common" @@ -6,6 +6,8 @@ PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/} PKGREVISION= 14 +MAKE_JOBS_SAFE= no + COMMENT= Objective-C class library for calculating 3D geometry DISTINFO_FILE= ${.CURDIR}/distinfo -- cgit v1.2.3