aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-09-27 14:58:56 +0800
committerbapt <bapt@FreeBSD.org>2011-09-27 14:58:56 +0800
commit4d5d561b47d8e36ac17af2e2042e80c34258b9cf (patch)
tree5e81cdea4fbf726f0075f6497e92da55a40f1891 /multimedia/vlc
parentcdfe3ea41ac44c512246c6fc671f69727d7fa50f (diff)
downloadfreebsd-ports-gnome-4d5d561b47d8e36ac17af2e2042e80c34258b9cf.tar.gz
freebsd-ports-gnome-4d5d561b47d8e36ac17af2e2042e80c34258b9cf.tar.zst
freebsd-ports-gnome-4d5d561b47d8e36ac17af2e2042e80c34258b9cf.zip
- update libmatroska to 1.3.0
- chase matroska library bump
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1ddb320b5e3b..f423d45b6371 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.11
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -410,7 +410,7 @@ CONFIGURE_ARGS+=--enable-mad --with-mad=${LOCALBASE}
.if defined(WITHOUT_MATROSKA)
CONFIGURE_ARGS+=--disable-mkv
.else
-LIB_DEPENDS+= matroska.4:${PORTSDIR}/multimedia/libmatroska
+LIB_DEPENDS+= matroska.5:${PORTSDIR}/multimedia/libmatroska
CONFIGURE_ARGS+=--enable-mkv
.endif