diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/minetest | |
parent | Add new USES=openal, which will replace USE_OPENAL (diff) |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'games/minetest')
-rw-r--r-- | games/minetest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/minetest/Makefile b/games/minetest/Makefile index 0ceff69d4ac4..c10d543b1e91 100644 --- a/games/minetest/Makefile +++ b/games/minetest/Makefile @@ -63,7 +63,7 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} -USE_OPENAL+= yes +USES+= openal LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis .endif |