summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-11 07:33:45 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-11 07:33:45 +0800
commit68344a780ae9916d41da5cd6df408a320765491e (patch)
tree348248f7c118c746b96b708447245609ccd500ba /multimedia/vlc-devel
parent1590255933e872094ddf17feac2a48e69ef2840d (diff)
downloadmarcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar.gz
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar.bz2
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar.lz
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar.xz
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.tar.zst
marcuscom-ports-68344a780ae9916d41da5cd6df408a320765491e.zip
- Chase x264 libver bump
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 1697ac91a..c5d696ec7 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -3,14 +3,14 @@
# Whom: Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.5 2006/05/06 06:06:47 ahze Exp $
+# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.6 2006/05/07 22:25:24 ahze Exp $
#
# *** PLEASE READ Makefile.inc for more information on knobs ***
#
PORTNAME= vlc
DISTVERSION= 0.8.6.20060507
-PORTREVISION= 0
+PORTREVISION= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://nightlies.videolan.org/build/source/
# http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
@@ -284,7 +284,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