Skip to content

Commit

Permalink
Add missing '+'.
Browse files Browse the repository at this point in the history
Noted by Dennis Lindroos in 52071.
Only affected builds with 'x11' option turned off (non-default).
  • Loading branch information
wiz committed Mar 14, 2017
1 parent b14f734 commit 0ebe7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysutils/dbus/options.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0ebe7b0

Please sign in to comment.