aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-04-10 14:38:28 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-04-10 14:38:28 +0000
commitb5a5188b9a9b29ffd7a624d92547fad2197b9144 (patch)
treeb926ab288557eba2bf710422638ae76eef739cd0 /audio/xmms2
parent394fa6645d141984bbd713815afcad0eece5677f (diff)
downloadports-b5a5188b9a9b29ffd7a624d92547fad2197b9144.tar.gz
ports-b5a5188b9a9b29ffd7a624d92547fad2197b9144.zip
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit)
Notes
Notes: svn path=/head/; revision=252527
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index d24e2a26e076..050728c879f5 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.6
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONSUFFIX=DrMattDestruction
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20DrMattDestruction
@@ -324,7 +324,7 @@ PLIST_SUB+= VORBIS="@comment "
.endif
.if !defined(WITHOUT_WAVPACK)
-LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack
+LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack
PLIST_SUB+= WAVPACK=""
.else
EXCLUDE+= --without-plugins="wavpack"