summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)