diff options
author | oliver <oliver@FreeBSD.org> | 2006-06-09 00:07:12 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-06-09 00:07:12 +0800 |
commit | b59619319ade58d267e9a5f0488734f77b8d63ba (patch) | |
tree | 158e76a9dfdc1436fd89552c04abcd09a3a5379b /games/chromium | |
parent | 248b926fabf630d6ad35a8c3941b9683c3252be9 (diff) | |
download | freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.tar.gz freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.tar.zst freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.zip |
update freealut to 1.1.0
Diffstat (limited to 'games/chromium')
-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 |