aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-02-02 14:31:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-02-02 14:31:39 +0000
commit45fbde4cab02b232b371c8108ff971b356432704 (patch)
tree59c6b36b7b24a94e21dfe8d297d789929274cb18 /print
parent6e79c1245e6f399ccb5d3375c27a5d6d9fac224b (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index ac5dd386b97e..da5267f2f472 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -104,6 +104,8 @@ CONFIGURE_ARGS+= --enable-dnssd \
--with-dnssd-libs=${LOCALBASE}/lib/ \
--with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns
+.else
+CONFIGURE_ARGS+= --disable-dnssd
.endif
.if defined(WITH_PAM)