diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-19 18:15:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-19 18:15:04 +0000 |
commit | b03be2f0805746af660f7e6bc71fcd24b9a2400a (patch) | |
tree | 91d8e765b4cfa7ebfdbc4d575452ab90cb6b6624 /audio/rhythmbox | |
parent | 67a80e942c51a746e8c0497178627b3b35a4f1d7 (diff) | |
download | ports-b03be2f0805746af660f7e6bc71fcd24b9a2400a.tar.gz ports-b03be2f0805746af660f7e6bc71fcd24b9a2400a.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
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) |