summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-15 16:55:14 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-15 16:55:14 +0000
commitea4b41afd96e0ad4ea9db825b9151765589b6e43 (patch)
tree0d9b07a430efcaa55fe0c5ff9a0a72c95a4aa4c8
parentd433c6bdd7e2fb476050d16f751df5aaa1ccd69c (diff)
downloadpkgsrc-ea4b41afd96e0ad4ea9db825b9151765589b6e43.tar.gz
Modular Xorg support.
-rw-r--r--games/quakeforge/Makefile4
-rw-r--r--x11/keylaunch/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index ebb90389abf..2f9cee54394 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/12 16:28:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/15 16:55:14 joerg Exp $
DISTNAME= quakeforge-0.5.5
PKGREVISION= 6
@@ -43,5 +43,7 @@ pre-install:
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile
index 3ec33ccaff9..870896eec21 100644
--- a/x11/keylaunch/Makefile
+++ b/x11/keylaunch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/15 16:58:16 joerg Exp $
#
DISTNAME= keylaunch-1.3.0
@@ -15,12 +15,11 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
${INSTALL_DATA} ${WRKSRC}/example_rc \
${PREFIX}/share/examples/keylaunch/keylaunch.rc
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"