diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-08 05:25:43 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-08 05:25:43 +0000 |
commit | ce2e827484275ab47c7d3c04c43207e5e1afc92d (patch) | |
tree | 2eeb3862423212fba9d3848a102e9db883790ea1 /devel/dbus-sharp | |
parent | 7b4767ffa6df8b1e206276dadbf550d62a6f35fc (diff) | |
download | ports-ce2e827484275ab47c7d3c04c43207e5e1afc92d.tar.gz ports-ce2e827484275ab47c7d3c04c43207e5e1afc92d.zip |
Notes
Diffstat (limited to 'devel/dbus-sharp')
-rw-r--r-- | devel/dbus-sharp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index 56d3d1e01b3f..1a45f9896a15 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -7,7 +7,7 @@ # PORTVERSION= 0.62 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel gnome PKGNAMESUFFIX= -sharp @@ -35,8 +35,8 @@ CONFIGURE_ARGS= --enable-mono \ --disable-gtk \ --disable-qt \ --with-test-socket-dir=${WRKDIR} \ - --with-system-pid-file=/var/run/dbus.pid \ - --with-system-socket=/var/run/dbus \ + --with-system-pid-file=/var/run/dbus/dbus.pid \ + --with-system-socket=/var/run/dbus/system_bus_socket \ --with-session-socket-dir=/var/tmp \ --disable-doxygen-docs \ --disable-xml-docs |