aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-19 18:15:04 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-19 18:15:04 +0000
commitb03be2f0805746af660f7e6bc71fcd24b9a2400a (patch)
tree91d8e765b4cfa7ebfdbc4d575452ab90cb6b6624 /audio/rhythmbox
parent67a80e942c51a746e8c0497178627b3b35a4f1d7 (diff)
downloadports-b03be2f0805746af660f7e6bc71fcd24b9a2400a.tar.gz
ports-b03be2f0805746af660f7e6bc71fcd24b9a2400a.zip
New LIB_DEPENDS syntax
Reported by: Mike Harding <mvharding@gmail.com>
Notes
Notes: svn path=/head/; revision=362274
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 3853ef862c90..55690ce52fa0 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -81,7 +81,7 @@ PLIST_SUB+= MTP="@comment "
.if ${PORT_OPTIONS:MDAAP}
CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app \
- gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
PLIST_SUB+= DAAP=""
.else
.if exists(${LOCALBASE}/lib/libavahi-client.a)