aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.options2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 62de04679995..2f37999e43cf 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 15
+PORTREVISION= 16
COMMENT= High performance media player supporting many formats
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index b280e698a9d8..5d66e9ccc89c 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -189,7 +189,7 @@ CONFIGURE_ARGS+= --disable-nas
.endif
.if defined(WITH_OPENAL)
-LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal
+LIB_DEPENDS+= openal.1:${PORTSDIR}/audio/openal-soft
.else
CONFIGURE_ARGS+= --disable-openal
.endif