From 540e6914966c874c409bddfcdf577af3274e93b4 Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 10 Jan 2007 08:35:57 +0000 Subject: Fix build with X11_TYPE=modular --- sysutils/dbus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 828fe5808c0..336ff8f577e 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/12/17 15:39:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2007/01/10 08:35:57 abs Exp $ # DISTNAME= dbus-1.0.2 @@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --enable-verbose-mode .if !empty(PKG_OPTIONS:Mnox11) CONFIGURE_ARGS+= --without-x .else -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .endif PKG_SYSCONFSUBDIR= dbus-1 -- cgit v1.2.3