From 159cf134b0cda7a46fa061050d142423140f3da6 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Wed, 21 Apr 2010 12:56:46 +0000 Subject: - Update x264 to shared library version 85 --- net/opal3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/opal3') diff --git a/net/opal3/Makefile b/net/opal3/Makefile index ef73fb6096ed..0e73edc0b3a7 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} @@ -121,7 +121,7 @@ PLIST_SUB+= THEORA="@comment " .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.6[0-9]:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.85:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes -- cgit