diff options
Diffstat (limited to 'emulators/mednafen/Makefile')
-rw-r--r-- | emulators/mednafen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index e09c8bdf8f3..f3315824546 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -14,8 +14,9 @@ LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis +MAKE_JOBS_UNSAFE= yes +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl net USE_XORG= x11 |