diff options
Diffstat (limited to 'emulators/gcube/Makefile')
-rw-r--r-- | emulators/gcube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index 5d534c8d7a25..b325e448b677 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcube PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.liquidx.org/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,6 +18,7 @@ COMMENT= Gamecube emulator LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTVERSION} +USE_GL= yes USE_SDL= sdl USE_GCC= 3.4 USE_BZIP2= yes |