1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Libpurple only needs to depend on avahi-app.

PR:		119022
Submitted by:	"Dima Panov" <fluffy@fluffy.khv.ru>
This commit is contained in:
Joe Marcus Clarke 2007-12-26 02:34:09 +00:00
parent b70ee40baa
commit 7a2a609b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204548

View File

@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.3.1
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin
@ -135,7 +135,7 @@ PLIST_SUB+= SILC="@comment not installed: "
.endif
.if !defined(WITHOUT_BONJOUR)
LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi
LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi-app
PLIST_SUB+= BONJOUR=""
PRPL_MODULES:= ${PRPL_MODULES},bonjour
.else