summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-02 00:05:06 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-02 00:05:06 +0800
commit0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91 (patch)
tree29dd5627f9fb981e65db976b6d3479c34e95cc54
parentdb0b39c6dc2efc2131c2815c410ac6e7d6e2274a (diff)
downloadmarcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar.gz
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar.bz2
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar.lz
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar.xz
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.tar.zst
marcuscom-ports-0c3d25f44d7fecf5bedce8cb0256dbb3d9781b91.zip
- Chase x264
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7462 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/vlc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 8bcae511a..8429db99f 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,14 +3,14 @@
# Whom: Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/multimedia/vlc/Makefile,v 1.3 2006/08/20 05:49:24 mezz Exp $
#
# *** PLEASE READ Makefile.inc for more information on knobs ***
#
PORTNAME= vlc
DISTVERSION= 0.8.5
-PORTREVISION= 6
+PORTREVISION= 7
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}/ \
@@ -282,7 +282,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