aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-23 18:56:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-23 18:56:08 +0000
commitae35d5184c6178f55b9907a307bb1be044bdca23 (patch)
tree8b1f846c6a6625b7a5a09b3bbc4e9521eb76ad9e
parentd7e219f9dd78f6357043ede9dd6ec5027286e66e (diff)
downloadports-ae35d5184c6178f55b9907a307bb1be044bdca23.tar.gz
ports-ae35d5184c6178f55b9907a307bb1be044bdca23.zip
Notes
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.options2
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