pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Fix build with X11_TYPE=modular



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06751829d53d
branches:  trunk
changeset: 523582:06751829d53d
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jan 10 08:35:57 2007 +0000

description:
Fix build with X11_TYPE=modular

diffstat:

 sysutils/dbus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eca91d61d4c2 -r 06751829d53d sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Wed Jan 10 07:52:45 2007 +0000
+++ b/sysutils/dbus/Makefile    Wed Jan 10 08:35:57 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index