MAKE_JOBS_SAFE=no
This commit is contained in:
parent
d3673ec59e
commit
b801448d80
2 changed files with 5 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue