diff options
author | joerg <joerg> | 2007-01-15 16:55:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-15 16:55:14 +0000 |
commit | 4a875e831780be25976cb40bb346d2c33260c77c (patch) | |
tree | 0d9b07a430efcaa55fe0c5ff9a0a72c95a4aa4c8 | |
parent | 25b548f737c2cf2c79910a263806e7eb8a74f0f0 (diff) | |
download | pkgsrc-4a875e831780be25976cb40bb346d2c33260c77c.tar.gz |
Modular Xorg support.
-rw-r--r-- | games/quakeforge/Makefile | 4 | ||||
-rw-r--r-- | x11/keylaunch/Makefile | 5 |
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" |