diff options
author | asau <asau@pkgsrc.org> | 2009-07-21 20:52:21 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-07-21 20:52:21 +0000 |
commit | 3cd3698ca37615f31453672ec64c08c2b1cede57 (patch) | |
tree | 0f420ecb36d0402f1ed64517186a5d99cedf0da7 /emulators/gxemul | |
parent | 88b15ed76839a32bf8dff90402c6f9a3b423aae0 (diff) | |
download | pkgsrc-3cd3698ca37615f31453672ec64c08c2b1cede57.tar.gz |
MAKE_JOBS unsafe.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 5fcb16364ef..9374767f723 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2009/07/18 18:43:56 tsutsui Exp $ +# $NetBSD: Makefile,v 1.42 2009/07/21 20:52:21 asau Exp $ # DISTNAME= gxemul-0.4.7.2 @@ -12,6 +12,8 @@ COMMENT= Machine emulator PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_TOOLS+= pax USE_LANGUAGES= c |