summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-20 13:06:16 +0000
committerjoerg <joerg>2007-01-20 13:06:16 +0000
commitcbb745f8b814c469865538bf4a75eeb01abae9cb (patch)
treeb1b9ebe94af72aa353b1e4dd3c97d20744598360
parent26189ee11e7f13093c96a0978c57b11b8d549555 (diff)
downloadpkgsrc-cbb745f8b814c469865538bf4a75eeb01abae9cb.tar.gz
Modular Xorg support.
-rw-r--r--x11/ratmen/Makefile4
-rw-r--r--x11/worker/Makefile8
2 files changed, 8 insertions, 4 deletions
diff --git a/x11/ratmen/Makefile b/x11/ratmen/Makefile
index 177ff2dff42..f2d3b42d22c 100644
--- a/x11/ratmen/Makefile
+++ b/x11/ratmen/Makefile
@@ -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 @@ COMMENT= Allows you to create X menus from the shell
BUILD_TARGET= ratmen
LDFLAGS+= ${X11_LDFLAGS}
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/worker/Makefile b/x11/worker/Makefile
index 7d6d7cdf01c..76e2055f210 100644
--- a/x11/worker/Makefile
+++ b/x11/worker/Makefile
@@ -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 @@ USE_X11BASE= yes
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"