diff options
Diffstat (limited to 'emulators/gcube/Makefile')
-rw-r--r-- | emulators/gcube/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index 3c00286..0ed9f06 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcube PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.liquidx.org/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Gamecube emulator -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTVERSION} USE_GL= yes |