diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /graphics/vcg | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'graphics/vcg')
-rw-r--r-- | graphics/vcg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 28b43b60b35..aef29f8bea7 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/02/04 19:52:55 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:17 joerg Exp $ DISTNAME= vcg.1.30.r3.17 PKGNAME= vcg-1.30 @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Visualization Tool for compiler graphs +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/vcg.1.30 USE_TOOLS+= imake lex USE_X11BASE= yes |