aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile.options
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-03-22 06:52:34 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-03-22 06:52:34 +0000
commitd906850592b8f3a16d40adc69d28fe68ffd15b6d (patch)
tree95f62e2a4848d0f5e6491889ca528be58383e9a0 /multimedia/mplayer/Makefile.options
parent3a7e550742a40d31c60955cce1a2969034d63020 (diff)
downloadports-d906850592b8f3a16d40adc69d28fe68ffd15b6d.tar.gz
ports-d906850592b8f3a16d40adc69d28fe68ffd15b6d.zip
- update to 0.2.2
- chase shlib bump in dependent ports - bump PORTREVISION for xbmc and xbmc-pvr Please note that this commit isn't actually feature safe, because it bumps portrevision for two (not that small) ports. But it fixes the breakage, reported in PR, and, as side effect, raises library version. PR: 165449 Reported by: Justin <freebsd.users at gmail dot com> Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293649
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r--multimedia/mplayer/Makefile.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index ab819994f25d..bc577d707814 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.1:${PORTSDIR}/multimedia/libbluray
+LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-bluray
.endif