diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-28 09:52:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-28 09:52:15 +0800 |
commit | 03f53ca076428649393734faf36533ebbe3238f9 (patch) | |
tree | 321d94594f48dd0640c380965a86846560dece3d /net/avahi | |
parent | e23a3db6eb3e10bbdbdb95838ca468000a4832dd (diff) | |
download | marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar.gz marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar.bz2 marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar.lz marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar.xz marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.tar.zst marcuscom-ports-03f53ca076428649393734faf36533ebbe3238f9.zip |
Track the dbus system socket path change.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6142 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 37ba73654..b9edcdd4b 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.13 2006/04/20 18:12:14 marcus Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.14 2006/04/24 00:21:37 marcus Exp $ PORTNAME= avahi PORTVERSION= 0.6.9 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -24,7 +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.pipe \ + --with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \ --disable-qt3 \ --disable-qt4 \ --disable-python \ |