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/31f18fc08135
branches:  trunk
changeset: 523478:31f18fc08135
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 08 15:01:17 2007 +0000

description:
Modular Xorg support.

diffstat:

 time/asclock-gtk/Makefile |  5 ++++-
 wm/amaterus/Makefile      |  4 +++-
 wm/bbrun/Makefile         |  3 ++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r c999d5a132e6 -r 31f18fc08135 time/asclock-gtk/Makefile
--- a/time/asclock-gtk/Makefile Mon Jan 08 15:00:36 2007 +0000
+++ b/time/asclock-gtk/Makefile Mon Jan 08 15:01:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:52 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2007/01/08 15:04:51 joerg Exp $
 #
 
 DISTNAME=      asclock-gtk-2.1.10beta
@@ -38,4 +38,7 @@
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-gtk
 
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c999d5a132e6 -r 31f18fc08135 wm/amaterus/Makefile
--- a/wm/amaterus/Makefile      Mon Jan 08 15:00:36 2007 +0000
+++ b/wm/amaterus/Makefile      Mon Jan 08 15:01:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:54 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/08 15:01:17 joerg Exp $
 
 DISTNAME=      amaterus-0.34.1
 PKGREVISION=   5
@@ -18,5 +18,7 @@
 
 .include "../../textproc/libxml/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c999d5a132e6 -r 31f18fc08135 wm/bbrun/Makefile
--- a/wm/bbrun/Makefile Mon Jan 08 15:00:36 2007 +0000
+++ b/wm/bbrun/Makefile Mon Jan 08 15:01:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/12/15 20:33:01 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/08 15:04:45 joerg Exp $
 
 DISTNAME=      bbrun-1.3
 PKGREVISION=   4
@@ -23,5 +23,6 @@
 
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index