diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-07-28 15:24:55 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-07-28 15:24:55 +0800 |
commit | ba85afb20e268fb794afb51c32a81f35e3091387 (patch) | |
tree | a0bacbc8675d55c5ec857072ad0f445d9eb6bc4d /emulators | |
parent | 77808765580dfe8fe7e8ec850cf485fe1ea772e5 (diff) | |
download | freebsd-ports-gnome-ba85afb20e268fb794afb51c32a81f35e3091387.tar.gz freebsd-ports-gnome-ba85afb20e268fb794afb51c32a81f35e3091387.tar.zst freebsd-ports-gnome-ba85afb20e268fb794afb51c32a81f35e3091387.zip |
- Fix sdl dependencies. It uses SDL 2.x instead of 1.x
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 2 |
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 |