diff options
Diffstat (limited to 'devel/py-dbus/Makefile')
-rw-r--r-- | devel/py-dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index fce1f94c1f8b..b57ff76ce0f2 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -35,8 +35,8 @@ CONFIGURE_ARGS= --enable-python \ --disable-gtk \ --disable-qt3 \ --localstatedir=/var \ - --with-system-pid-file=/var/run/dbus.pid \ - --with-system-socket=/var/run/dbus.pipe \ + --with-system-pid-file=/var/run/dbus/dbus.pid \ + --with-system-socket=/var/run/dbus/dbus.pipe \ --with-session-socket-dir=/var/tmp \ --disable-doxygen-docs \ --disable-xml-docs |