diff options
-rw-r--r-- | emulators/mednafen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 1753f0587cf8..d815dbed44f0 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl net +USE_GL= yes CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |