aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-05-21 08:08:14 +0800
committermarcus <marcus@FreeBSD.org>2008-05-21 08:08:14 +0800
commit052dc6c6d3d559e5d4a366a55f786c6d6f963ebe (patch)
tree664c8aac930f04e7272383c1a9d133ab43e7864d
parent78676d5e0b2fc5872965d99788dca580af42eaf6 (diff)
downloadfreebsd-ports-graphics-052dc6c6d3d559e5d4a366a55f786c6d6f963ebe.tar.gz
freebsd-ports-graphics-052dc6c6d3d559e5d4a366a55f786c6d6f963ebe.tar.zst
freebsd-ports-graphics-052dc6c6d3d559e5d4a366a55f786c6d6f963ebe.zip
Fix the build when Bonjour support is not enabled.
Submitted by: Richard Gay <richard.gay@rwth-aachen.de>
-rw-r--r--net-im/libpurple/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 56c8fd72dc8..dcd58a4110f 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -142,6 +142,7 @@ LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi-app
PLIST_SUB+= BONJOUR=""
PRPL_MODULES:= ${PRPL_MODULES},bonjour
.else
+CONFIGURE_ARGS+=--disable-avahi
PLIST_SUB+= BONJOUR="@comment not installed: "
.endif