mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
We only require avahi-app, not the entire avahi suite.
PR: 119028 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
This commit is contained in:
parent
0c143a55dc
commit
68b9941b91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204602
@ -81,12 +81,12 @@ PLIST_SUB+= LIRC="@comment "
|
||||
|
||||
.if defined(WITH_DAAP)
|
||||
CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \
|
||||
gnome-keyring:${PORTSDIR}/security/gnome-keyring
|
||||
PLIST_SUB+= DAAP=""
|
||||
.else
|
||||
.if exists(${LOCALBASE}/lib/libavahi-client.a)
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --disable-daap
|
||||
PLIST_SUB+= DAAP="@comment "
|
||||
|
@ -81,12 +81,12 @@ PLIST_SUB+= LIRC="@comment "
|
||||
|
||||
.if defined(WITH_DAAP)
|
||||
CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \
|
||||
gnome-keyring:${PORTSDIR}/security/gnome-keyring
|
||||
PLIST_SUB+= DAAP=""
|
||||
.else
|
||||
.if exists(${LOCALBASE}/lib/libavahi-client.a)
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
|
||||
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --disable-daap
|
||||
PLIST_SUB+= DAAP="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user