diff options
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/gimp1-base/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index f4d579527a9..5a2f7ba57cd 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -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 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= pooka@NetBSD.org HOMEPAGE= http://www.nethack.org/ +MAKE_JOBS_SAFE= no + .if !defined(META_PACKAGE) WRKSRC= ${WRKDIR}/nethack-${NETHACK_BASEVER} diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile index a131cc30f17..ea567a6266a 100644 --- a/graphics/gimp1-base/Makefile +++ b/graphics/gimp1-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/06/20 01:09:21 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/04 14:00:56 joerg Exp $ # DISTNAME= gimp-1.2.5 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.gimp.org/ COMMENT= GNU Image Manipulation Program (base) PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no CONFLICTS+= gimp<=1.2.3 gimp>=2.0.0 |