diff options
author | dholland <dholland@pkgsrc.org> | 2010-12-28 05:25:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-12-28 05:25:03 +0000 |
commit | b05c48a6dce6daefa3c3410db20a2ff9b285e1f9 (patch) | |
tree | 549eb51b4f207a9882cefe32464aa4c622e41302 /emulators/uae | |
parent | cdaa9487939f8adb8890a6443a83ac4b4a4f7681 (diff) | |
download | pkgsrc-b05c48a6dce6daefa3c3410db20a2ff9b285e1f9.tar.gz |
Not MAKE_JOBS_SAFE; failed at -j8
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 4bcfcfb4962..89b56697e1b 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2010/11/15 22:56:57 abs Exp $ +# $NetBSD: Makefile,v 1.54 2010/12/28 05:25:03 dholland Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 7 @@ -12,6 +12,7 @@ COMMENT= The UAE Amiga Emulator DEPENDS+= unzip>=5.40:../../archivers/unzip PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |