diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-31 21:25:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-31 21:25:05 +0000 |
commit | 277cfa3343c43e45b779144e44145911df8ae3ba (patch) | |
tree | af481e35fb1578b72c5c2258f086faae5d009d29 /emulators/handy_sdl | |
parent | 147b838292fe63388c24b927c1f8b0b3d1264996 (diff) | |
download | pkgsrc-277cfa3343c43e45b779144e44145911df8ae3ba.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'emulators/handy_sdl')
-rw-r--r-- | emulators/handy_sdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/handy_sdl/Makefile b/emulators/handy_sdl/Makefile index 0954b658e13..81b08cd8f21 100644 --- a/emulators/handy_sdl/Makefile +++ b/emulators/handy_sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/29 22:54:54 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/31 21:25:05 joerg Exp $ # DISTNAME= handy_sdl-0.5-src @@ -12,6 +12,7 @@ HOMEPAGE= http://sdlemu.ngemu.com/handysdl.php COMMENT= Atari Lynx emulator PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no MAKE_FILE= Makefile-0.95 USE_TOOLS+= gmake |