From 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 31 May 2005 17:57:11 +0000 Subject: - Bump lzo lib version. - Bump PORTREVISION. --- multimedia/mplayer/Makefile | 4 ++-- multimedia/transcode/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index e0fac6c5e68d..c6820e0e7f29 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -264,7 +264,7 @@ PORTNAME= mplayer PORTVERSION= 0.99.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -727,7 +727,7 @@ LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid .endif .if defined(WITH_LZO) -LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS+= lzo.2:${PORTSDIR}/archivers/lzo .else CONFIGURE_ARGS+= --disable-liblzo .endif diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 7a1a5a09a804..794c66c67e57 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,6 +7,7 @@ PORTNAME= transcode DISTVERSION= 1.0.0beta3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ http://dl.kel.wormulon.net/transcode/ \ @@ -270,7 +271,7 @@ CONFIGURE_ARGS+= --disable-lame .endif .if defined(WITH_LZO) -LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS+= lzo.2:${PORTSDIR}/archivers/lzo CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \ --with-lzo-includes=${LOCALBASE} PLIST_SUB+= WITH_LZO="" -- cgit