diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:21:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:21:44 +0800 |
commit | 9012c5988da0e0176e9710fd93b20ca699580b7e (patch) | |
tree | e4e79b5adebed600c9b4f2515beb1af1c101d905 /emulators | |
parent | 68e60073155247ad0f5e0e435a8c58ec081b7bea (diff) | |
download | freebsd-ports-graphics-9012c5988da0e0176e9710fd93b20ca699580b7e.tar.gz freebsd-ports-graphics-9012c5988da0e0176e9710fd93b20ca699580b7e.tar.zst freebsd-ports-graphics-9012c5988da0e0176e9710fd93b20ca699580b7e.zip |
Mark jobs unsafe and convert to USES=gmake
Diffstat (limited to 'emulators')
-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 |