diff options
Diffstat (limited to 'multimedia/mencoder/Makefile')
-rw-r--r-- | multimedia/mencoder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 8b059a40d5b0..cfce4e7de66e 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -6,7 +6,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Convenient video file and movie encoder RESTRICTED= Port has restricted dependencies @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --disable-faac .endif .if !defined(WITHOUT_X264) -LIB_DEPENDS+= x264.110:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.115:${PORTSDIR}/multimedia/x264 .else CONFIGURE_ARGS+= --disable-x264 .endif |