pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 14 15:34:56 UTC 2017

Modified Files:
        pkgsrc/sysutils/dbus: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/dbus/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus/options.mk
diff -u pkgsrc/sysutils/dbus/options.mk:1.10 pkgsrc/sysutils/dbus/options.mk:1.11
--- pkgsrc/sysutils/dbus/options.mk:1.10        Fri Feb 26 10:24:12 2016
+++ pkgsrc/sysutils/dbus/options.mk     Tue Mar 14 15:34:56 2017
@@ -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 @@ CONFIGURE_ARGS+=      --with-x
 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