From 9012c5988da0e0176e9710fd93b20ca699580b7e Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 10 Jul 2013 11:21:44 +0000 Subject: Mark jobs unsafe and convert to USES=gmake --- emulators/mednafen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') 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 -- cgit