aboutsummaryrefslogtreecommitdiff
path: root/emulators/mednafen
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-07-28 07:24:55 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-07-28 07:24:55 +0000
commitba85afb20e268fb794afb51c32a81f35e3091387 (patch)
treea0bacbc8675d55c5ec857072ad0f445d9eb6bc4d /emulators/mednafen
parent77808765580dfe8fe7e8ec850cf485fe1ea772e5 (diff)
downloadports-ba85afb20e268fb794afb51c32a81f35e3091387.tar.gz
ports-ba85afb20e268fb794afb51c32a81f35e3091387.zip
- Fix sdl dependencies. It uses SDL 2.x instead of 1.x
Notes
Notes: svn path=/head/; revision=475505
Diffstat (limited to 'emulators/mednafen')
-rw-r--r--emulators/mednafen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 1eed465f080b..21eb4eee5a97 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libcdio.so:sysutils/libcdio \
BROKEN_sparc64= fails to compile due to internal compiler error
GNU_CONFIGURE= yes
-USE_SDL= sdl net
+USE_SDL= sdl2 net2
USE_GL= gl glu
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib