summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 15:23:46 +0000
committerjoerg <joerg>2007-02-02 15:23:46 +0000
commit5e2d917f032f720df75c5456cccb75e3e656bc70 (patch)
tree1fb11ed4a3716af8a099a619d0cfec164c853018 /x11/wdm
parent868311f7b47adbef39210ad4e4706d74cad7e858 (diff)
downloadpkgsrc-5e2d917f032f720df75c5456cccb75e3e656bc70.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 9bb4187ff0e..7d08603d7da 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/10/18 20:23:15 reed Exp $
+# $NetBSD: Makefile,v 1.34 2007/02/02 15:23:46 joerg Exp $
DISTNAME= wdm-1.28
CATEGORIES= x11 windowmaker
@@ -60,5 +60,8 @@ pre-install:
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../wm/windowmaker/buildlink3.mk"
-
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"