pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus kqueue is BSD-specific; add it to PKG_SU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25bacd356251
branches:  trunk
changeset: 582088:25bacd356251
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Nov 07 15:24:50 2010 +0000

description:
kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD.

diffstat:

 sysutils/dbus/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8fa4cd95aaca -r 25bacd356251 sysutils/dbus/options.mk
--- a/sysutils/dbus/options.mk  Sun Nov 07 14:54:20 2010 +0000
+++ b/sysutils/dbus/options.mk  Sun Nov 07 15:24:50 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index