diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /multimedia | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.zst freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip |
- Bump lzo lib version.
- Bump PORTREVISION.
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="" |