Tue Aug 4 13:58:57 2009 UTC ()
MAKE_JOBS_SAFE=no


(joerg)
diff -r1.25 -r1.26 pkgsrc/games/nethack-lib/Makefile.common

cvs diff -r1.25 -r1.26 pkgsrc/games/nethack-lib/Makefile.common (expand / switch to context diff)
--- pkgsrc/games/nethack-lib/Makefile.common 2009/08/03 14:52:01 1.25
+++ pkgsrc/games/nethack-lib/Makefile.common 2009/08/04 13:58:57 1.26
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2009/08/03 14:52:01 joerg Exp $
+# $NetBSD: Makefile.common,v 1.26 2009/08/04 13:58:57 joerg Exp $
 #
 
 NETHACK_BASEVER=	3.4.3
@@ -13,6 +13,8 @@
 
 MAINTAINER=		pooka@NetBSD.org
 HOMEPAGE=		http://www.nethack.org/
+
+MAKE_JOBS_SAFE=		no
 
 .if !defined(META_PACKAGE)