diff options
author | abs <abs@pkgsrc.org> | 2007-01-10 08:35:57 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-10 08:35:57 +0000 |
commit | 540e6914966c874c409bddfcdf577af3274e93b4 (patch) | |
tree | 210b3623938a91655a9adb7d8ebebf40fff4f315 /sysutils | |
parent | ead0b8e0c0466de17265567684137c7ef5bf8783 (diff) | |
download | pkgsrc-540e6914966c874c409bddfcdf577af3274e93b4.tar.gz |
Fix build with X11_TYPE=modular
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 4 |
1 files 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 |