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/glest | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) | |
download | ports-7339154fcdbbea498890242244beddc5c8ddda71.tar.gz ports-7339154fcdbbea498890242244beddc5c8ddda71.zip |
Notes
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index a4cc42526e0c..5e58a7cf828c 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -7,7 +7,7 @@ PORTNAME= glest PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ COMMENT= Free 3d real-time customizable strategy game LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ openal.0:${PORTSDIR}/audio/openal \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${X11BASE}/lib/${PORTNAME}/configuration.xml:${PORTSDIR}/games/glest-data |