aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-10 19:45:48 +0800
committerahze <ahze@FreeBSD.org>2006-05-10 19:45:48 +0800
commitccddc0cc38c53896246b52ec50bf566d7c284d83 (patch)
treed876a32eebac5c7f9e40fc0d707b48cbe7e13995 /multimedia/vlc
parent72afd714e6170fb7120db30a3c9becf5c4c99e1f (diff)
downloadfreebsd-ports-gnome-ccddc0cc38c53896246b52ec50bf566d7c284d83.tar.gz
freebsd-ports-gnome-ccddc0cc38c53896246b52ec50bf566d7c284d83.tar.zst
freebsd-ports-gnome-ccddc0cc38c53896246b52ec50bf566d7c284d83.zip
- Chase x264 libver 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 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