pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Negative option name "nox11" should not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bde1afd4e140
branches:  trunk
changeset: 551946:bde1afd4e140
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Dec 21 12:09:42 2008 +0000

description:
Negative option name "nox11" should not be used, use "-x11" instead.

diffstat:

 sysutils/dbus/options.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 21c47b9d7711 -r bde1afd4e140 sysutils/dbus/options.mk
--- a/sysutils/dbus/options.mk  Sun Dec 21 11:55:25 2008 +0000
+++ b/sysutils/dbus/options.mk  Sun Dec 21 12:09:42 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2008/06/19 01:56:44 bjs Exp $
+# $NetBSD: options.mk,v 1.3 2008/12/21 12:09:42 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dbus
-PKG_SUPPORTED_OPTIONS+=        debug kqueue nox11
-PKG_SUGGESTED_OPTIONS= # empty
+PKG_SUPPORTED_OPTIONS+=        debug kqueue x11
+PKG_SUGGESTED_OPTIONS= x11
 
 .if (${OPSYS} == "NetBSD"  ||  \
      ${OPSYS} == "FreeBSD" ||  \
@@ -24,11 +24,11 @@
 CONFIGURE_ARGS.disable+=       kqueue
 .endif
 
-.if !empty(PKG_OPTIONS:Mnox11)
-CONFIGURE_ARGS.without=        x
-.else
+.if !empty(PKG_OPTIONS:Mx11)
 CONFIGURE_ARGS.with+=  x
 .  include "../../x11/libX11/buildlink3.mk"
 BUILDLINK_DEPMETHOD.libXt=     build
 .  include "../../x11/libXt/buildlink3.mk"
+.else
+CONFIGURE_ARGS.without=        x
 .endif



Home | Main Index | Thread Index | Old Index