summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-09-02 13:02:13 +0000
committershattered <shattered@pkgsrc.org>2012-09-02 13:02:13 +0000
commit9c4ac3ddc80e5435d5c96b6b5e6e9767a113b1b4 (patch)
tree400ed6a38baf0eed2fd274b683d1f14cb5a10e95 /sysutils
parentfb82b5c93e49195248728d91a4b0533efa4a8b82 (diff)
downloadpkgsrc-9c4ac3ddc80e5435d5c96b6b5e6e9767a113b1b4.tar.gz
Darwin supports kqueue(2), too.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dbus/options.mk b/sysutils/dbus/options.mk
index eb6ea3a1799..c020d7ad816 100644
--- a/sysutils/dbus/options.mk
+++ b/sysutils/dbus/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2012/08/01 17:52:21 drochner Exp $
+# $NetBSD: options.mk,v 1.7 2012/09/02 13:02:13 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dbus
PKG_SUPPORTED_OPTIONS+= debug x11
@@ -7,6 +7,7 @@ PKG_SUGGESTED_OPTIONS= x11
.if (${OPSYS} == "NetBSD" || \
${OPSYS} == "FreeBSD" || \
${OPSYS} == "OpenBSD" || \
+ ${OPSYS} == "Darwin" || \
${OPSYS} == "DragonFly")
PKG_SUPPORTED_OPTIONS+= kqueue
PKG_SUGGESTED_OPTIONS+= kqueue