diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-20 02:15:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-20 02:15:04 +0800 |
commit | 96ea627d464e83a90e298448633fc27a6ab9a110 (patch) | |
tree | 91d8e765b4cfa7ebfdbc4d575452ab90cb6b6624 /audio/rhythmbox | |
parent | 7d54fc1f048bb8a2b0f01b3eaff01b51b5955e6c (diff) | |
download | freebsd-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/Makefile | 2 |
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) |