diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-23 18:56:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-23 18:56:08 +0000 |
commit | ae35d5184c6178f55b9907a307bb1be044bdca23 (patch) | |
tree | 8b1f846c6a6625b7a5a09b3bbc4e9521eb76ad9e /multimedia/mplayer | |
parent | d7e219f9dd78f6357043ede9dd6ec5027286e66e (diff) |
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 9a1f5301cf51..941b7e2a1986 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 COMMENT= High performance media player supporting many formats diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 19e20b0b7934..9c1279a87e88 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -227,7 +227,7 @@ CONFIGURE_ARGS+= --disable-ladspa .endif .if defined(WITH_LIBLZO) -LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 .else CONFIGURE_ARGS+= --disable-liblzo .endif |