pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d370d74d7a
branches:  trunk
changeset: 524179:84d370d74d7a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 20 13:06:16 2007 +0000

description:
Modular Xorg support.

diffstat:

 x11/ratmen/Makefile |  4 ++--
 x11/worker/Makefile |  8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 631e7ef91692 -r 84d370d74d7a x11/ratmen/Makefile
--- a/x11/ratmen/Makefile       Sat Jan 20 13:03:42 2007 +0000
+++ b/x11/ratmen/Makefile       Sat Jan 20 13:06:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/12 17:14:35 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/20 13:14:12 joerg Exp $
 
 DISTNAME=      ratmen-2.2.2
 CATEGORIES=    x11 wm
@@ -11,5 +11,5 @@
 BUILD_TARGET=  ratmen
 LDFLAGS+=      ${X11_LDFLAGS}
 
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 631e7ef91692 -r 84d370d74d7a x11/worker/Makefile
--- a/x11/worker/Makefile       Sat Jan 20 13:03:42 2007 +0000
+++ b/x11/worker/Makefile       Sat Jan 20 13:06:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/12/01 20:51:25 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/01/20 13:06:16 joerg Exp $
 #
 
 DISTNAME=      worker-2.14.1
@@ -21,6 +21,10 @@
 REPLACE_BASH+= scripts/*.sh scripts/*r
 USE_TOOLS+=    bash:run
 
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?=    build
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index