diff options
author | joerg <joerg> | 2009-08-04 13:58:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-04 13:58:57 +0000 |
commit | bd29e3c25a53a966ef7d5f7e7506e3b720b47707 (patch) | |
tree | 58d26ed58e6bee5722eaebacbeba731cf1e0971b /games/nethack-lib | |
parent | e0bfbff9eb20a13758a89f6439cd33b8e016407d (diff) | |
download | pkgsrc-bd29e3c25a53a966ef7d5f7e7506e3b720b47707.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 |
1 files changed, 3 insertions, 1 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} |