diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
commit | fc17e550eddef887d6e1b70a8e7fc9f06056b731 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/torcs | |
parent | 4c3b90b6bb5bdc235ec60ac72877f1ee418fe1cd (diff) | |
download | freebsd-ports-graphics-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.gz freebsd-ports-graphics-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.zst freebsd-ports-graphics-fc17e550eddef887d6e1b70a8e7fc9f06056b731.zip |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 522fa21f6ce..1dfe381feed 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -18,14 +18,13 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= gmake shebangfix +USES= gmake openal:al,alut shebangfix SHEBANG_FILES= src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in \ src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \ src/tools/trackgen/trackgen.in \ src/modules/telemetry/telemetry.sh robotgen USE_XORG= xrender xmu ice xext x11 xxf86vm xrandr USE_GL= glut -USE_OPENAL= al alut USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |