From afd74a02a91ab6d1ccb5a54ebf1f8b54b9293a7a Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 9 Oct 2006 02:31:46 +0000 Subject: Restore the DBUS_SLAVE checks to fix dbus-sharp. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7679 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/dbus/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devel/dbus') diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 027f43933..92b639634 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -32,12 +32,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +.if !defined(DBUS_SLAVE) USE_RC_SUBR= dbus PLIST_SUB= VERSION="1.0" MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \ dbus-monitor.1 dbus-send.1 +.endif .include @@ -46,6 +48,7 @@ post-patch: ${WRKSRC}/bus/session.conf.in \ ${WRKSRC}/bus/system.conf.in +.if !defined(DBUS_SLAVE) pre-su-install: @for i in 15 9 ; do \ if [ -f /var/run/dbus/dbus.pid ]; then \ @@ -64,4 +67,6 @@ post-install: ${MKDIR} ${X11BASE}/etc/dbus-1/system.d ${MKDIR} ${X11BASE}/share/dbus-1/services +.endif + .include -- cgit v1.2.3