diff options
author | joerg <joerg> | 2007-02-01 17:45:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-01 17:45:36 +0000 |
commit | dc50aa37b1080b5536d08b7581faa25834415dcc (patch) | |
tree | c3da1fb4172605052e8eb496b25a902b8deb5656 /wm | |
parent | 4f533e335207babcf82990672daea831f0d577f1 (diff) | |
download | pkgsrc-dc50aa37b1080b5536d08b7581faa25834415dcc.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/3ddesktop/Makefile | 6 | ||||
-rw-r--r-- | wm/aewm++/Makefile | 5 | ||||
-rw-r--r-- | wm/wmii/Makefile | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile index 31c0d7267bf..9fe85109fea 100644 --- a/wm/3ddesktop/Makefile +++ b/wm/3ddesktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/15 22:48:10 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/01 17:46:03 joerg Exp $ # DISTNAME= 3ddesktop-0.2.8 @@ -24,5 +24,7 @@ pre-install: .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXi/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXxf86vm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile index e7d6613358c..695200442e6 100644 --- a/wm/aewm++/Makefile +++ b/wm/aewm++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/10 23:33:04 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/01 17:45:36 joerg Exp $ # DISTNAME= aewm++-1.0.24 @@ -13,5 +13,6 @@ COMMENT= Fork of the popular minimal window manager aewm USE_LANGUAGES= c c++ -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile index 65d83b2e2fb..cad06dcbf20 100644 --- a/wm/wmii/Makefile +++ b/wm/wmii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/01/15 11:39:10 ghen Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/01 17:53:40 joerg Exp $ # DISTNAME= wmii-3.1 @@ -27,5 +27,5 @@ CONF_FILES_MODE= 0755 CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |