aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-20 02:15:04 +0800
committertijl <tijl@FreeBSD.org>2014-07-20 02:15:04 +0800
commit96ea627d464e83a90e298448633fc27a6ab9a110 (patch)
tree91d8e765b4cfa7ebfdbc4d575452ab90cb6b6624 /audio/rhythmbox
parent7d54fc1f048bb8a2b0f01b3eaff01b51b5955e6c (diff)
downloadfreebsd-ports-graphics-96ea627d464e83a90e298448633fc27a6ab9a110.tar.gz
freebsd-ports-graphics-96ea627d464e83a90e298448633fc27a6ab9a110.tar.zst
freebsd-ports-graphics-96ea627d464e83a90e298448633fc27a6ab9a110.zip
New LIB_DEPENDS syntax
Reported by: Mike Harding <mvharding@gmail.com>
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 3853ef862c9..55690ce52fa 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)