summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-12-05 18:29:17 +0000
committerasau <asau@pkgsrc.org>2010-12-05 18:29:17 +0000
commit8e371e357f3fdebcffab1a458c007faa502511f6 (patch)
tree97e7ac7ed9013d3a3035899f0d3dc47b785e893a
parent233a6f981c632501e7a91761ec5e0bc12f74bbba (diff)
downloadpkgsrc-8e371e357f3fdebcffab1a458c007faa502511f6.tar.gz
Default to use kqueue on DragonFly.
Requested by Rumko in PR pkg/44194
-rw-r--r--sysutils/dbus/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/dbus/options.mk b/sysutils/dbus/options.mk
index b6916b30fe8..4578f0064a1 100644
--- a/sysutils/dbus/options.mk
+++ b/sysutils/dbus/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/11/07 15:24:50 shattered Exp $
+# $NetBSD: options.mk,v 1.5 2010/12/05 18:29:17 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dbus
PKG_SUPPORTED_OPTIONS+= debug x11
@@ -6,7 +6,8 @@ PKG_SUGGESTED_OPTIONS= x11
.if (${OPSYS} == "NetBSD" || \
${OPSYS} == "FreeBSD" || \
- ${OPSYS} == "OpenBSD")
+ ${OPSYS} == "OpenBSD" || \
+ ${OPSYS} == "DragonFly")
PKG_SUPPORTED_OPTIONS+= kqueue
PKG_SUGGESTED_OPTIONS+= kqueue
.endif