diff options
author | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
commit | 6dc2520300690e39fdb803dba4b818d03289cb63 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /x11/ssystem/Makefile | |
parent | db3790b322960d22b168a0155c538ee2401c5300 (diff) | |
download | pkgsrc-6dc2520300690e39fdb803dba4b818d03289cb63.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 'x11/ssystem/Makefile')
-rw-r--r-- | x11/ssystem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index cbea91a9494..e41ebe89de9 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/12/12 20:42:34 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/06/30 00:07:25 joerg Exp $ # DISTNAME= ssystem-1.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www1.las.es/~amil/ssystem/ COMMENT= Solar System Flyby Simulator +MAKE_JOBS_SAFE= no + BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_TOOLS+= flex |