summaryrefslogtreecommitdiff
path: root/sysutils/dbus/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dbus/Makefile.common')
-rw-r--r--sysutils/dbus/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index ffc4acd8b69..b03d3ba7dfa 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/12/05 20:51:00 rillig Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:19 rillig Exp $
#
# XXX Do not update to 0.30 or above yet. The API in the 0.2x series is
@@ -37,8 +37,8 @@ CONFIGURE_ARGS+= --disable-mono-docs
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-selinux
CONFIGURE_ARGS+= --enable-checks
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-xml=expat
CONFIGURE_ARGS+= --without-x