summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-26 19:57:08 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-26 19:57:08 +0000
commitebca84c0c76db2038d4df4a695108b04d0f580e6 (patch)
treef57413e0a74315d8c43cee470e7f91dfa40ff1b7 /net
parentUpdate to 0.79.01 (diff)
Update qt4 support
Notes
Notes: svn path=/head/; revision=202093
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index d647f23e70ad..2a7e274ffb7d 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -84,7 +84,9 @@ CONFIGURE_ARGS+=--enable-qt3
CONFIGURE_ARGS+=--disable-qt3
.endif
.if ${AVAHI_SLAVE}=="qt4"
-CONFIGURE_ARGS+=--enable-qt4
+CONFIGURE_ARGS+=--enable-qt4 \
+ --disable-expat \
+ --disable-gdbm
.else
CONFIGURE_ARGS+=--disable-qt4
.endif