diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /emulators/gcube/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
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 |