These ports only need to depend on avahi-app.

PR:		119033
Submitted by:	"Dima Panov" <fluffy@fluffy.khv.ru>
This commit is contained in:
Jeremy Messenger 2007-12-27 01:09:35 +00:00
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

View file

@ -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

View file

@ -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