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 | cdbaca692a311aa68aacb5a1db3a863c523a9376 (patch) | |
tree | 7e199e8a6a984e7c9263c321155cb014271cabc7 /games | |
parent | d6aadcc7c42c0d385a0ab589f010b79b536321ae (diff) | |
download | pkgsrc-cdbaca692a311aa68aacb5a1db3a863c523a9376.tar.gz |
Martin S. Weber reports that this is not parallel buildable; mark it
MAKE_JOBS_SAFE=no.
Diffstat (limited to 'games')
-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 |