diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-12 17:33:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-12 17:33:51 +0000 |
commit | ee587272e08e3312abfced54f5bf78c223a68742 (patch) | |
tree | e18739dba7c76947b02ad160b1acb700f4681459 | |
parent | - update to 1.1.0 (diff) |
- Add USE_GL
Approved by: garga (mentor, implicit)
-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} |