diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 12a7f133fc9d30a5be41853eacd54410d26657c0 (patch) | |
tree | 66e8a12b010ada3298a64cbb0056ffe947a033c2 /multimedia | |
parent | - Update to 2.0. (diff) |
- Bump lzo lib version.
- Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=136548
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 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="" |