aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-08-09 23:18:33 +0800
committerahze <ahze@FreeBSD.org>2006-08-09 23:18:33 +0800
commitc7af2ea2216d2f3a7f050a5f8dd6431de115dc89 (patch)
tree9394365c30cd68486cce3837d83f875098a58d5c /multimedia
parent0b21d7d368ed5dd50b51551986d8903aa619eb71 (diff)
downloadfreebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.tar.gz
freebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.tar.zst
freebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.zip
- chase libver bump in x264
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/Makefile4
-rw-r--r--multimedia/vlc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 29da389e0914..fbfdb8190a72 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6.20060621
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://nightlies.videolan.org/build/source/
# http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
@@ -292,7 +292,7 @@ CONFIGURE_ARGS+=--disable-dirac
.if !defined(WITHOUT_X264)
CONFIGURE_ARGS+=--enable-x264
-LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+=--disable-x264
.endif
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 4f1072c1ca60..5180c4f1e718 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
@@ -283,7 +283,7 @@ CONFIGURE_ARGS+=--disable-dirac
.if !defined(WITHOUT_X264)
CONFIGURE_ARGS+=--enable-x264
-LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+=--disable-x264
.endif