diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-29 14:14:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-29 14:14:10 +0000 |
commit | cce38989d3dc5a7d1b42f3ef367930fd1a0fe593 (patch) | |
tree | 7e199e8a6a984e7c9263c321155cb014271cabc7 /games/wesnoth | |
parent | 3ac906c4823e423e12e5cf6280455cb0cb40e541 (diff) | |
download | pkgsrc-cce38989d3dc5a7d1b42f3ef367930fd1a0fe593.tar.gz |
Martin S. Weber reports that this is not parallel buildable; mark it
MAKE_JOBS_SAFE=no.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index ddabbbb6acf..771007167c5 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/04/19 09:35:24 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2008/04/29 14:14:10 wiz Exp $ DISTNAME= wesnoth-1.4.1 CATEGORIES= games @@ -17,6 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no UNLIMIT_RESOURCES+= datasize |