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 | f2f3dc812aad2e778dcf71f5f381153179f3efc4 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /games/xgospel | |
parent | 46bf5e8bd3686127a02427c1226acccd4de155d1 (diff) | |
download | pkgsrc-f2f3dc812aad2e778dcf71f5f381153179f3efc4.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 'games/xgospel')
-rw-r--r-- | games/xgospel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index aa8754a49e3..5d9f867903f 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/11/10 17:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:16 joerg Exp $ # DISTNAME= xgospel-1.12d @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gailly.net/go.html COMMENT= X11 based IGS client for online "go" playing +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes XAW_TYPE= 3d |