aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpdscribble
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
commit8a0791e07dbf5628b6390993b7f199317991144f (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/mpdscribble
parentc7831a919ccb46504e13b19e5a7b8ac912ec28df (diff)
downloadfreebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.gz
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.zst
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Diffstat (limited to 'audio/mpdscribble')
-rw-r--r--audio/mpdscribble/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile
index 77d69d548425..d6eae79f598e 100644
--- a/audio/mpdscribble/Makefile
+++ b/audio/mpdscribble/Makefile
@@ -12,7 +12,7 @@ COMMENT= Musicpd last.fm client
LICENSE= GPLv2
-LIB_DEPENDS+= mpdclient.2:${PORTSDIR}/audio/libmpdclient
+LIB_DEPENDS+= libmpdclient.so:${PORTSDIR}/audio/libmpdclient
USE_BZIP2= yes
NO_STAGE= yes
@@ -29,10 +29,10 @@ SOUP_DESC= Use libsoup instead of libcurl
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOUP}
-LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
CONFIGURE_ARGS+= --with-http-client=soup
.else
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-http-client=curl
.endif