diff options
-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 |