diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-11 14:45:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-11 14:45:02 +0000 |
commit | afda336472cd6be85b4bfbdd01fb794a8575eff6 (patch) | |
tree | a741a7c859fb04b6989d5a36bd0bd7a08423fdb9 | |
parent | - Fix compilation with gcc 4.2 (diff) |
Chase libtheora lib version
-rw-r--r-- | multimedia/mencoder/Makefile | 1 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 975dd92eb33b..378df97bba72 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -6,6 +6,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 COMMENT= Convenient video file and movie encoder RESTRICTED= Port has restricted dependencies diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 2ad85ed0567c..52d12f2b86c9 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 13 +PORTREVISION= 14 COMMENT= High performance media player supporting many formats .include "${.CURDIR}/Makefile.shared" diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 8cca4a418cdc..151cc533b353 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --disable-xvid .endif .if defined(WITH_THEORA) -LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora .else CONFIGURE_ARGS+= --disable-theora .endif |