diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index e0fac6c..c6820e0 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 7a1a5a0..794c66c 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="" |