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/atr3d | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) | |
download | ports-7339154fcdbbea498890242244beddc5c8ddda71.tar.gz ports-7339154fcdbbea498890242244beddc5c8ddda71.zip |
Notes
Diffstat (limited to 'games/atr3d')
-rw-r--r-- | games/atr3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index accafa1e71fd..83c018f1c4f0 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= atr3d PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/ DISTNAME= ${PORTNAME}_source_${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= 3D asteroids-like multiplayer game LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ glut.4:${PORTSDIR}/graphics/libglut \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |