aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-04-25 14:19:00 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-04-25 14:19:00 +0000
commitf74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0 (patch)
tree1c8499d5e06ba3825ebd6a8026eeb6e6857d6e2f /net
parent8b4082ad891dbef9137c0e58fd9cac5496edc6e7 (diff)
downloadports-f74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0.tar.gz
ports-f74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0.zip
Update x264 to 0.123.2189
Notes
Notes: svn path=/head/; revision=295502
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 f13b7a289b29..cf7051271ca4 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opal3
PORTVERSION= 3.6.6
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= net
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S|3||g}/${PORTVERSION:R}
@@ -126,7 +126,7 @@ PLIST_SUB+= THEORA="@comment "
.endif
.if defined(WITH_X264)
-LIB_DEPENDS+= x264.119:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.123:${PORTSDIR}/multimedia/x264
CONFIGURE_ARGS+= --enable-h264
PLIST_SUB+= X264=""
WITH_VIDEO= yes