Skip to content

Commit

Permalink
Modular Xorg support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Feb 1, 2007
1 parent 1cba7c2 commit 04838ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions wm/3ddesktop/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
5 changes: 3 additions & 2 deletions wm/aewm++/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions wm/wmii/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 04838ab

Please sign in to comment.