summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-01 22:30:48 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-01 22:30:48 +0000
commit65588c1516a99a7615e18448aa65cf75e6ecaee6 (patch)
tree19c91c0bb0d9f15b9d124fee0c9dfc497f6fa7dc /wm/windowmaker
parent6e69bd41d56b1941fdff81033280dd2fcd8c7ded (diff)
downloadpkgsrc-65588c1516a99a7615e18448aa65cf75e6ecaee6.tar.gz
Modular Xorg support.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index 175dbc212dd..cde8df38903 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2006/12/15 20:33:03 joerg Exp $
+# $NetBSD: Makefile,v 1.73 2007/02/01 22:30:48 joerg Exp $
DISTNAME= WindowMaker-0.92.0
PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
@@ -98,8 +98,8 @@ post-install:
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
-
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"