diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
commit | 7339154fcdbbea498890242244beddc5c8ddda71 (patch) | |
tree | db6c55f0bec3be54a18b5ca2bcbb5c57123d37c7 /games/chromium-bsu | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) | |
download | ports-7339154fcdbbea498890242244beddc5c8ddda71.tar.gz ports-7339154fcdbbea498890242244beddc5c8ddda71.zip |
update freealut to 1.1.0
Notes
Notes:
svn path=/head/; revision=164837
Diffstat (limited to 'games/chromium-bsu')
-rw-r--r-- | games/chromium-bsu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index 5f00794b0e9d..c82417238a2a 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/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 |