diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-24 05:17:10 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-24 05:17:10 +0000 |
commit | 667ed6ab6c3290a385c51b72ae4a69d9720f8e51 (patch) | |
tree | 3c4b50d730e1f7299c23a8f056a8bc984d958d70 /multimedia/mplayer | |
parent | c6e27c0b842540fc546d3732ce877df7d6962c56 (diff) | |
download | ports-667ed6ab6c3290a385c51b72ae4a69d9720f8e51.tar.gz ports-667ed6ab6c3290a385c51b72ae4a69d9720f8e51.zip |
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 85b18cec407f..ab819994f25d 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-pulse .endif .if defined(WITH_BLURAY) -LIB_DEPENDS+= bluray.0:${PORTSDIR}/multimedia/libbluray +LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray .else CONFIGURE_ARGS+= --disable-bluray .endif |