summaryrefslogtreecommitdiff
path: root/sysutils/dbus
diff options
context:
space:
mode:
authorshattered <shattered>2010-11-07 15:24:50 +0000
committershattered <shattered>2010-11-07 15:24:50 +0000
commitf25761dc0a5f9368cbba5f3f07f9d4e51610bd1d (patch)
tree7208a6bad746d322b38ba467e687eed96e1a63ab /sysutils/dbus
parent71144e5f3fb39a6ec595a45b304972430da7c81e (diff)
downloadpkgsrc-f25761dc0a5f9368cbba5f3f07f9d4e51610bd1d.tar.gz
kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD.
Diffstat (limited to 'sysutils/dbus')
-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 b3c2898597c..b6916b30fe8 100644
--- a/sysutils/dbus/options.mk
+++ b/sysutils/dbus/options.mk
@@ -1,12 +1,13 @@
-# $NetBSD: options.mk,v 1.3 2008/12/21 12:09:42 obache Exp $
+# $NetBSD: options.mk,v 1.4 2010/11/07 15:24:50 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dbus
-PKG_SUPPORTED_OPTIONS+= debug kqueue x11
+PKG_SUPPORTED_OPTIONS+= debug x11
PKG_SUGGESTED_OPTIONS= x11
.if (${OPSYS} == "NetBSD" || \
${OPSYS} == "FreeBSD" || \
${OPSYS} == "OpenBSD")
+PKG_SUPPORTED_OPTIONS+= kqueue
PKG_SUGGESTED_OPTIONS+= kqueue
.endif