aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-04-21 20:56:46 +0800
committermm <mm@FreeBSD.org>2010-04-21 20:56:46 +0800
commite60fa132dc06f82a727541ff9bbe487753ac6772 (patch)
treed98b3002b8aa186725b214b62bb5a87dd9d89a8c /net
parent0248e8afc95e8ac5998744e131a4b88363b050bd (diff)
downloadfreebsd-ports-gnome-e60fa132dc06f82a727541ff9bbe487753ac6772.tar.gz
freebsd-ports-gnome-e60fa132dc06f82a727541ff9bbe487753ac6772.tar.zst
freebsd-ports-gnome-e60fa132dc06f82a727541ff9bbe487753ac6772.zip
- Update x264 to shared library version 85
Diffstat (limited to 'net')
-rw-r--r--net/opal3/Makefile4
1 files changed, 2 insertions, 2 deletions
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