From 756e8a43628872c8af80b00c59896d1ceaff2dd8 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 19 May 2006 05:57:24 +0000 Subject: - Chase x264 update. - Add additional berlios mirrors as MASTER_SITES while we're here. PR: ports/97439 Submitted by: Anish Mistry (maintainer) Approved by: tmclaugh (mentor) --- multimedia/avidemux2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'multimedia/avidemux2') diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile index 7be1eff03ae5..09232892fb38 100644 --- a/multimedia/avidemux2/Makefile +++ b/multimedia/avidemux2/Makefile @@ -7,9 +7,11 @@ PORTNAME= avidemux2 PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://fixounet.free.fr/avidemux/ \ - http://download.berlios.de/avidemux/ + ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= avidemux DISTNAME= avidemux-${PORTVERSION} MAINTAINER= amistry@am-productions.biz @@ -96,7 +98,7 @@ LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 .endif .if defined(WITH_VORBIS) @@ -104,7 +106,7 @@ LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .endif .if ${OSVERSION} < 500000 -BROKEN= "does not compile" +BROKEN= does not compile .endif post-extract: -- cgit v1.2.3