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 | c60e6c99a2a63e02be4a0d2d35c330eefee2d46a (patch) | |
tree | 32c24ac91752ed9db54e2503f921dc540bc5c301 /graphics | |
parent | cb6ce20900de5ffc874f094255d70fb281c83d8a (diff) | |
download | pkgsrc-c60e6c99a2a63e02be4a0d2d35c330eefee2d46a.tar.gz |
Has race conditions, so not MAKE_JOBS_SAFE.
Diffstat (limited to 'graphics')
-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 |