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/el | |
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/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 |