diff options
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 |