aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mencoder
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-07-25 10:25:43 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-07-25 10:25:43 +0000
commitcf6a3f3cfee7995a63ef7b8280e6baf2040f7a83 (patch)
tree037fd22dadc3f1203ef519482d61c6be487098fd /multimedia/mencoder
parent722600ffda162dcca22ed24cdd3dbdadcf03b88a (diff)
downloadports-cf6a3f3cfee7995a63ef7b8280e6baf2040f7a83.tar.gz
ports-cf6a3f3cfee7995a63ef7b8280e6baf2040f7a83.zip
Notes
Diffstat (limited to 'multimedia/mencoder')
-rw-r--r--multimedia/mencoder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index fbad59c315bf..f7f00de14dcb 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
COMMENT= Convenient video file and movie encoder
NO_PACKAGE= Port has restricted dependencies
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-faac
.endif
.if !defined(WITHOUT_X264)
-LIB_DEPENDS+= x264.85:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.98:${PORTSDIR}/multimedia/x264
.else
CONFIGURE_ARGS+= --disable-x264
.endif