summaryrefslogtreecommitdiff
path: root/net/bind96/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r--net/bind96/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 5fb42339421..11420613bcc 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2010/01/20 01:01:15 taca Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2010/04/23 09:09:58 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}/
@@ -40,6 +41,9 @@ CONFIGURE_ARGS+= --disable-atomic
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
CONFIGURE_ARGS+= --disable-threads
.endif
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-kqueue
+.endif
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS+= BIND_USER