aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-06-01 03:58:33 +0800
committerflz <flz@FreeBSD.org>2005-06-01 03:58:33 +0800
commit5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch)
tree5f0d14e685673bea4e3f36c8c69bae74d5def598 /multimedia/mplayer
parent3f781ad56ee884ab52625926e03c9d15f2d4973e (diff)
downloadfreebsd-ports-graphics-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz
freebsd-ports-graphics-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.zst
freebsd-ports-graphics-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index c6820e0e7f2..ba6902ed816 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -264,7 +264,7 @@
PORTNAME= mplayer
PORTVERSION= 0.99.7
-PORTREVISION= 3
+PORTREVISION= 4
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.2:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo
.else
CONFIGURE_ARGS+= --disable-liblzo
.endif