diff options
Diffstat (limited to 'games/chromium/Makefile')
-rw-r--r-- | games/chromium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/chromium/Makefile b/games/chromium/Makefile index 5f00794b0e9d..c82417238a2a 100644 --- a/games/chromium/Makefile +++ b/games/chromium/Makefile @@ -7,7 +7,7 @@ PORTNAME= chromium PORTVERSION= 0.9.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.reptilelabour.com/software/files/chromium/ DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz \ @@ -19,7 +19,7 @@ COMMENT= An arcade-style, top-scrolling space shooter LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ smpeg.1:${PORTSDIR}/multimedia/smpeg \ openal.0:${PORTSDIR}/audio/openal \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut USE_GL= yes USE_GMAKE= yes |