aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-10-01 04:08:00 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-10-01 04:08:00 +0000
commit6e7f3b8432f06a1b161ce9840956b509e9dd3d5b (patch)
tree1e32699a92badaa57cc31e18eccae03459a6e1e7 /multimedia/vlc-devel
parentd8b4427091b289652583e17fb82080946e7b3436 (diff)
downloadports-6e7f3b8432f06a1b161ce9840956b509e9dd3d5b.tar.gz
ports-6e7f3b8432f06a1b161ce9840956b509e9dd3d5b.zip
Notes
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index ec2aef2e3943..05a1b301afbf 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6.20060621
-PORTREVISION= 4
+PORTREVISION= 5
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.49:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+=--disable-x264
.endif