aboutsummaryrefslogtreecommitdiff
path: root/games/kmquake2
diff options
context:
space:
mode:
Diffstat (limited to 'games/kmquake2')
-rw-r--r--games/kmquake2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kmquake2/Makefile b/games/kmquake2/Makefile
index afa06752e1ec..f6ff91a9f934 100644
--- a/games/kmquake2/Makefile
+++ b/games/kmquake2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kmquake2
PORTVERSION= 0.19
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/KMQuake2/:src \
http://qexpo2005.quakedev.com/uploaded/54/:data \
@@ -88,9 +88,9 @@ MAKE_ENV+= KMQ2_ADDONS="${KMQ2_ADDONS:S/-1${EXTRACT_SUFX}//}"
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SDL)
LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg \
- openal.0:${PORTSDIR}/audio/openal \
png.5:${PORTSDIR}/graphics/png \
vorbis.4:${PORTSDIR}/audio/libvorbis
+USE_OPENAL= al
USE_GL= yes
.endif