pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d04299924330
branches:  trunk
changeset: 523537:d04299924330
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 09 08:07:44 2007 +0000

description:
Modular Xorg support.

diffstat:

 sysutils/gkrellm/Makefile |  5 +++--
 x11/dfm/Makefile          |  5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r f974a3a0385b -r d04299924330 sysutils/gkrellm/Makefile
--- a/sysutils/gkrellm/Makefile Tue Jan 09 06:41:13 2007 +0000
+++ b/sysutils/gkrellm/Makefile Tue Jan 09 08:07:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/09/07 10:32:56 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2007/01/09 08:10:58 joerg Exp $
 .include "Makefile.common"
 
 GKRELLM_PKGBASE=       gkrellm
@@ -38,7 +38,8 @@
 
 REQD_DIRS=     lib/gkrellm2/plugins lib/gkrellm2 include/gkrellm2
 
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r f974a3a0385b -r d04299924330 x11/dfm/Makefile
--- a/x11/dfm/Makefile  Tue Jan 09 06:41:13 2007 +0000
+++ b/x11/dfm/Makefile  Tue Jan 09 08:07:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/07 09:14:16 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/09 08:07:44 joerg Exp $
 #
 
 PKGREVISION=   6
@@ -10,4 +10,7 @@
 post-install:
        ${MV} ${PREFIX}/${PKGMANDIR}/man1/dfm.1x ${PREFIX}/${PKGMANDIR}/man1/dfm.1
 
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+
 .include "Makefile.common"



Home | Main Index | Thread Index | Old Index