From 9c4ac3ddc80e5435d5c96b6b5e6e9767a113b1b4 Mon Sep 17 00:00:00 2001 From: shattered Date: Sun, 2 Sep 2012 13:02:13 +0000 Subject: Darwin supports kqueue(2), too. --- sysutils/dbus/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit v1.2.3