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/416c9ad88233
branches:  trunk
changeset: 524016:416c9ad88233
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 16 23:02:49 2007 +0000

description:
Modular Xorg support.

diffstat:

 time/wmclockmon/Makefile |  4 +++-
 wm/jwm/Makefile          |  7 ++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 41475b4d6838 -r 416c9ad88233 time/wmclockmon/Makefile
--- a/time/wmclockmon/Makefile  Tue Jan 16 22:53:08 2007 +0000
+++ b/time/wmclockmon/Makefile  Tue Jan 16 23:02:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/12/15 20:33:01 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2007/01/16 23:11:52 joerg Exp $
 #
 
 DISTNAME=      wmclockmon-0.8.1
@@ -13,5 +13,7 @@
 GNU_CONFIGURE= yes
 
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 41475b4d6838 -r 416c9ad88233 wm/jwm/Makefile
--- a/wm/jwm/Makefile   Tue Jan 16 22:53:08 2007 +0000
+++ b/wm/jwm/Makefile   Tue Jan 16 23:02:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/01/16 11:20:25 abs Exp $
+# $NetBSD: Makefile,v 1.7 2007/01/16 23:02:49 joerg Exp $
 #
 
 DISTNAME=              jwm-1.8
@@ -32,6 +32,11 @@
 
 .include "options.mk"
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index