1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Chase libtheora lib version

This commit is contained in:
Michael Johnson 2007-10-11 14:45:02 +00:00
parent 7c241d931c
commit afda336472
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201292
3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= mencoder PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION} PORTVERSION= ${MPLAYER_PORT_VERSION}
PORTREVISION= 1
COMMENT= Convenient video file and movie encoder COMMENT= Convenient video file and movie encoder
RESTRICTED= Port has restricted dependencies RESTRICTED= Port has restricted dependencies

View File

@ -7,7 +7,7 @@
PORTNAME= mplayer PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION} PORTVERSION= ${MPLAYER_PORT_VERSION}
PORTREVISION= 13 PORTREVISION= 14
COMMENT= High performance media player supporting many formats COMMENT= High performance media player supporting many formats
.include "${.CURDIR}/Makefile.shared" .include "${.CURDIR}/Makefile.shared"

View File

@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --disable-xvid
.endif .endif
.if defined(WITH_THEORA) .if defined(WITH_THEORA)
LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
.else .else
CONFIGURE_ARGS+= --disable-theora CONFIGURE_ARGS+= --disable-theora
.endif .endif