diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-05 08:40:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-05 08:40:06 +0800 |
commit | 8c16e0ac605cffe28f9bd72aa8a0f277b2af92a5 (patch) | |
tree | fc7c4cb47db78ee2f148fe29173d02eb085771d7 /net | |
parent | cb85de0ddf7e36d590bb20ff723373f4ab5aedb7 (diff) | |
download | freebsd-ports-gnome-8c16e0ac605cffe28f9bd72aa8a0f277b2af92a5.tar.gz freebsd-ports-gnome-8c16e0ac605cffe28f9bd72aa8a0f277b2af92a5.tar.zst freebsd-ports-gnome-8c16e0ac605cffe28f9bd72aa8a0f277b2af92a5.zip |
Teach avahi the correct location of the dbus socket.
Submitted by: sajd on #freebsd-gnome
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 72b1247870da..22b3388afecb 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,6 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= http://www.freedesktop.org/~lennart/ @@ -23,6 +24,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-distro=freebsd \ + --with-dbus-system-address=unix:path=/var/run/dbus \ --disable-qt3 \ --disable-qt4 \ --disable-python \ |