aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2/Makefile
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-04-10 22:38:28 +0800
committersylvio <sylvio@FreeBSD.org>2010-04-10 22:38:28 +0800
commit38a7a5ed25d23b69d711c3dd60fe52a093ff33b3 (patch)
tree94cea78be1f5c09891b921d0c764f9d143fbd95d /audio/xmms2/Makefile
parent5ba48491742056b20777f2ba155c0b1336a28150 (diff)
downloadfreebsd-ports-gnome-38a7a5ed25d23b69d711c3dd60fe52a093ff33b3.tar.gz
freebsd-ports-gnome-38a7a5ed25d23b69d711c3dd60fe52a093ff33b3.tar.zst
freebsd-ports-gnome-38a7a5ed25d23b69d711c3dd60fe52a093ff33b3.zip
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit)
Diffstat (limited to 'audio/xmms2/Makefile')
-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"