aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-10 11:45:48 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-10 11:45:48 +0000
commit8f5c25f837c10802b0f0af68ebb21aad7781486c (patch)
tree653fd5fad5fe578ba28b8da38a2d675c91a0cfd9 /multimedia/vlc
parent4719bd79217949ab4306c56323bdf18f0c0adef2 (diff)
downloadports-8f5c25f837c10802b0f0af68ebb21aad7781486c.tar.gz
ports-8f5c25f837c10802b0f0af68ebb21aad7781486c.zip
- Chase x264 libver bump
Notes
Notes: svn path=/head/; revision=161916
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 9e5b3db74159..c84beddd80f5 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.5
-PORTREVISION= 0
+PORTREVISION= 1
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}/ \
@@ -279,7 +279,7 @@ CONFIGURE_ARGS+=--disable-dirac
.if !defined(WITHOUT_X264)
CONFIGURE_ARGS+=--enable-x264
-LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+=--disable-x264
.endif