Skip to content

Commit

Permalink
Modular Xorg support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Jan 16, 2007
1 parent ae82858 commit e945429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion time/wmclockmon/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2006/12/15 20:33:01 joerg Exp $
# $NetBSD: Makefile,v 1.5 2007/01/16 23:11:52 joerg Exp $
#

DISTNAME= wmclockmon-0.8.1
Expand All @@ -13,5 +13,7 @@ COMMENT= Windowmaker dockapp for time/date
GNU_CONFIGURE= yes

.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
7 changes: 6 additions & 1 deletion wm/jwm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2007/01/16 11:20:25 abs Exp $
# $NetBSD: Makefile,v 1.7 2007/01/16 23:02:49 joerg Exp $
#

DISTNAME= jwm-1.8
Expand Down Expand Up @@ -32,6 +32,11 @@ CONF_FILES= ${EGDIR}/system.jwmrc ${PKG_SYSCONFDIR}/system.jwmrc

.include "options.mk"

BUILDLINK_DEPMETHOD.libXt?= build

.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit e945429

Please sign in to comment.