diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-01 17:47:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-01 17:47:05 +0000 |
commit | fe3d98d2289ba5e12e917456d1b48a679119abe4 (patch) | |
tree | 32c24ac91752ed9db54e2503f921dc540bc5c301 | |
parent | a88ce90056ff63e09becced6845ff09bda26b661 (diff) | |
download | pkgsrc-fe3d98d2289ba5e12e917456d1b48a679119abe4.tar.gz |
Has race conditions, so not MAKE_JOBS_SAFE.
-rw-r--r-- | graphics/GeometryKit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |