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/el | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) |
update freealut to 1.1.0
Notes
Notes:
svn path=/head/; revision=164837
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index 524dfc3c2e5e..661ae6e2430f 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,6 +7,7 @@ PORTNAME= el PORTVERSION= 112 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.berlios.de/pub/elc/ http://el.tfm.ro/ DISTFILES= ${EL_PROG} ${EL_DATA} @@ -18,7 +19,7 @@ COMMENT= Eternal Lands is a free 3D MMORPG LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ vorbis.3:${PORTSDIR}/audio/libvorbis \ cal3d.11:${PORTSDIR}/graphics/cal3d \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_GNOME= libxml2 |