summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-02-28 00:42:12 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-02-28 00:42:12 +0000
commit28970d472fb200864f342c77f91f50d24f327b21 (patch)
treeb35591f0485d3234258a8ac0e382fcf9b0638578 /multimedia
parentUpdate to 0.1.6 (diff)
Chase libdvbpsi libversion bump
Notes
Notes: svn path=/head/; revision=208033
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/Makefile3
-rw-r--r--multimedia/vlc/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index a0db2c4b6626..aac938e6154a 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.9.0.20080223
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://nightlies.videolan.org/build/source/trunk-${DISTVERSION:S/0.9.0.//}-0024/
@@ -247,7 +248,7 @@ CONFIGURE_ARGS+=--disable-corba
.endif
.if !defined(WITHOUT_DVBPSI)
-LIB_DEPENDS+= dvbpsi.4:${PORTSDIR}/multimedia/libdvbpsi
+LIB_DEPENDS+= dvbpsi.5:${PORTSDIR}/multimedia/libdvbpsi
CONFIGURE_ARGS+=--enable-dvbpsi \
--with-dvbpsi=${LOCALBASE}
.else
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 0f49ea077529..a99f699b3421 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6d
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -231,7 +231,7 @@ CONFIGURE_ARGS+=--disable-corba
.endif
.if !defined(WITHOUT_DVBPSI)
-LIB_DEPENDS+= dvbpsi.4:${PORTSDIR}/multimedia/libdvbpsi
+LIB_DEPENDS+= dvbpsi.5:${PORTSDIR}/multimedia/libdvbpsi
CONFIGURE_ARGS+=--enable-dvbpsi \
--with-dvbpsi=${LOCALBASE}
.else