diff options
author | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /multimedia/mplayer/Makefile | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz |
- Bump lzo lib version.
- Bump PORTREVISION.
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |