aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-14 17:51:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-14 17:51:17 +0000
commit528e27bd7e93cf7d18ddfdd38cc644af3f98680f (patch)
treec50fbc49972f516a4bea18a0e221c61c133138c3 /devel/dbus
parent923e3e9da943cae19ee48a39b23e6e2fa9b10d65 (diff)
downloadports-528e27bd7e93cf7d18ddfdd38cc644af3f98680f.tar.gz
ports-528e27bd7e93cf7d18ddfdd38cc644af3f98680f.zip
Notes
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 23e6322cb8b5..0996ae34b731 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION= 0.60
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/
@@ -29,6 +29,7 @@ CONFIGURE_ARGS?=--disable-gtk \
--disable-qt \
--disable-mono \
--disable-mono-docs \
+ --localstatedir=/var \
--with-system-pid-file=/var/run/dbus.pid \
--with-system-socket=/var/run/dbus \
--with-session-socket-dir=/var/tmp \
@@ -77,7 +78,7 @@ post-install:
.if defined(PKGNAMEPREFIX)
.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
# Ignore for py-dbus
-IGNORE= Does not build on 4.X
+IGNORE= does not build on 4.X
.endif
.endif