pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Add missing '+'.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aea7dcb50d6a
branches:  trunk
changeset: 359636:aea7dcb50d6a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 14 15:34:56 2017 +0000

description:
Add missing '+'.
Noted by Dennis Lindroos in 52071.
Only affected builds with 'x11' option turned off (non-default).

diffstat:

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

diffs (18 lines):

diff -r 0da5e36d9f2e -r aea7dcb50d6a sysutils/dbus/options.mk
--- a/sysutils/dbus/options.mk  Tue Mar 14 15:15:08 2017 +0000
+++ b/sysutils/dbus/options.mk  Tue Mar 14 15:34:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2016/02/26 10:24:12 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2017/03/14 15:34:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dbus
 PKG_SUPPORTED_OPTIONS+=        debug x11
@@ -39,7 +39,7 @@
 BUILDLINK_DEPMETHOD.libXt=     build
 .  include "../../x11/libXt/buildlink3.mk"
 .else
-CONFIGURE_ARGS=                --without-x
+CONFIGURE_ARGS+=       --without-x
 .endif
 
 .if !empty(PKG_OPTIONS:Mlaunchd)



Home | Main Index | Thread Index | Old Index