summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind95/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile
index bb97183697a..02cb59851db 100644
--- a/net/bind95/Makefile
+++ b/net/bind95/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2010/01/21 19:42:16 spz Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2010/04/23 08:56:26 tron Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -88,3 +89,7 @@ CONFIGURE_ARGS+= --disable-threads
.else
CONFIGURE_ARGS+= --enable-threads
.endif
+
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-kqueue
+.endif