aboutsummaryrefslogtreecommitdiff
path: root/games/minetest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/minetest/Makefile')
-rw-r--r--games/minetest/Makefile2
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