summaryrefslogtreecommitdiff
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
parentBump PORTREVISION as a quick-fix for INDEX. (diff)
- DNSSD libraries are linked even if WITH_DNSSD is not defined
PR: 120217 Submitted by: TAOKA Fumiyoshi
-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)