diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 10:14:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 10:14:30 +0000 |
commit | c36bc8fc881f6eb4d76f3f8f7844854f3a828226 (patch) | |
tree | aaf30a64e30860d610400f7306d965534b1f9570 /games/torcs | |
parent | f17a91a7d963df9d89cec69323edd437ef8eb1ea (diff) |
Notes
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 55b3f7529e77..d512826bc833 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -17,7 +17,8 @@ COMMENT= The Open Racing Car Simulator BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - openal.0:${PORTSDIR}/audio/openal + openal.0:${PORTSDIR}/audio/openal \ + alut.0:${PORTSDIR}/audio/freealut RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BZIP2= yes |