diff options
author | shattered <shattered> | 2012-09-02 13:02:13 +0000 |
---|---|---|
committer | shattered <shattered> | 2012-09-02 13:02:13 +0000 |
commit | d5272f8fa92bd55ef299912f39d260e0de3a6a4f (patch) | |
tree | 400ed6a38baf0eed2fd274b683d1f14cb5a10e95 /sysutils/dbus | |
parent | 09be6c15568c846d07959724e77b88a791530847 (diff) | |
download | pkgsrc-d5272f8fa92bd55ef299912f39d260e0de3a6a4f.tar.gz |
Darwin supports kqueue(2), too.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/options.mk | 3 |
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 |