These ports only need to depend on avahi-app.
PR: 119033 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
This commit is contained in:
parent
16ac1a5668
commit
0c143a55dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204601
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ CONFIGURE_ARGS+= --disable-arts
|
|||
.endif
|
||||
|
||||
.if !defined(WITHOUT_AVAHI)
|
||||
LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi
|
||||
LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi-app
|
||||
CONFIGURE_ARGS+= --enable-bonjour
|
||||
.else
|
||||
CONFIGUE_ARGS+= --disable-bonjour
|
||||
|
|
|
@ -195,7 +195,7 @@ CONFIGURE_ARGS+= --disable-arts
|
|||
.endif
|
||||
|
||||
.if !defined(WITHOUT_AVAHI)
|
||||
LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi
|
||||
LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi-app
|
||||
CONFIGURE_ARGS+= --enable-bonjour
|
||||
.else
|
||||
CONFIGUE_ARGS+= --disable-bonjour
|
||||
|
|
Loading…
Reference in a new issue