aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/museekplus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/museekplus/Makefile')
-rw-r--r--net-p2p/museekplus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile
index 1600e2568f9e..526c83dfeee2 100644
--- a/net-p2p/museekplus/Makefile
+++ b/net-p2p/museekplus/Makefile
@@ -11,7 +11,7 @@ DISTNAME= museek+-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SoulSeek client with separate terminal and Qt based interface
-LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26
+LIB_DEPENDS= libxml++.so:${PORTSDIR}/textproc/libxml++26
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
USES= fam pkgconfig scons
@@ -41,7 +41,7 @@ MAKE_ARGS+= QSA=no
.if ${PORT_OPTIONS:MVORBIS}
MAKE_ARGS+= VORBIS=yes
-LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis
.else
MAKE_ARGS+= VORBIS=no
.endif