diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 08:51:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 08:51:25 +0000 |
commit | 3abff6335982ed68ef2158d9c95d6c959b5c3f6f (patch) | |
tree | 60973b3baa80abb5cb624e0e5d2e63b706266b08 | |
parent | 18a57f1140c3d1d4d19a3859e49b4637c4723dba (diff) | |
download | ports-3abff6335982ed68ef2158d9c95d6c959b5c3f6f.tar.gz ports-3abff6335982ed68ef2158d9c95d6c959b5c3f6f.zip |
Notes
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
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 |