summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2010-11-07 15:24:50 +0000
committershattered <shattered@pkgsrc.org>2010-11-07 15:24:50 +0000
commitd287561e7edbae2b6d6959c321d8588fd5c18d98 (patch)
tree7208a6bad746d322b38ba467e687eed96e1a63ab
parent73d53c66a7a320dc6b54f657f8762a5aaf387be4 (diff)
downloadpkgsrc-d287561e7edbae2b6d6959c321d8588fd5c18d98.tar.gz
kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD.
-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