diff options
author | rm <rm@FreeBSD.org> | 2012-03-22 14:52:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-22 14:52:34 +0800 |
commit | 90f56807e82c168e042854ff521be56b48bc6967 (patch) | |
tree | 9852cc17e6e0f5a9c283acb3d9eb36468b5d77c7 /multimedia/libxine | |
parent | c6538f120eb1fdb7e6dfc1746b1773c3a3f5a984 (diff) | |
download | freebsd-ports-graphics-90f56807e82c168e042854ff521be56b48bc6967.tar.gz freebsd-ports-graphics-90f56807e82c168e042854ff521be56b48bc6967.tar.zst freebsd-ports-graphics-90f56807e82c168e042854ff521be56b48bc6967.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
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index bbe64906fb8..4cc1720d31c 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -217,7 +217,7 @@ LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva .if defined(WITH_LIBBLURAY) CONFIGURE_OPTS+= --enable-bluray -LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray +LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray PLIST_SUB+= LIBBLURAY="" .else CONFIGURE_OPTS+= --disable-bluray |