diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-05 00:40:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-05 00:40:06 +0000 |
commit | b4aa4dc6e9bcaa4f1bc050e52a128ec0e7c80eab (patch) | |
tree | 79ba9f65e8c7fdb062722d38be9d871cf0985f5a /net/avahi | |
parent | 093a5e942edf0c1486bfaa955493fb7b495d9845 (diff) | |
download | ports-b4aa4dc6e9bcaa4f1bc050e52a128ec0e7c80eab.tar.gz ports-b4aa4dc6e9bcaa4f1bc050e52a128ec0e7c80eab.zip |
Teach avahi the correct location of the dbus socket.
Submitted by: sajd on #freebsd-gnome
Notes
Notes:
svn path=/head/; revision=150429
Diffstat (limited to 'net/avahi')
-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 \ |