diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:32:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:32:36 +0000 |
commit | ce97ed0792a47812835bcd6ff980a4b4cf002664 (patch) | |
tree | f6a30c8db52c24e02a092338a33b9c45f2410bff /games | |
parent | 6fa3e8095065bb5697c0d459d1bc7c819d6d6261 (diff) | |
download | pkgsrc-ce97ed0792a47812835bcd6ff980a4b4cf002664.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxa/Makefile | 5 | ||||
-rw-r--r-- | games/spellcast/Makefile | 4 | ||||
-rw-r--r-- | games/wormz/Makefile | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index 3270c2f0268..2dc480fd156 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 21:43:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/02 18:32:36 joerg Exp $ # DISTNAME= galaxa.0.1 @@ -14,10 +14,9 @@ COMMENT= Space game based loosely on "Galaga" WRKSRC= ${WRKDIR}/galaxa MAKE_FILE= makefile -.include "../../mk/x11.buildlink3.mk" - pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/galaxa ${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/galaxa +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index cf237ce78f7..0b2cd3a52da 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/02 18:40:31 joerg Exp $ # DISTNAME= spellcast @@ -13,6 +13,6 @@ HOMEPAGE= http://www.eblong.com/zarf/spellcast.html COMMENT= Game of dueling wizards for two players USE_X11BASE= yes -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/wormz/Makefile b/games/wormz/Makefile index 33fb0680418..9121ca41f6d 100644 --- a/games/wormz/Makefile +++ b/games/wormz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/10/04 21:43:01 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/02 18:39:43 joerg Exp $ # DISTNAME= Wormz-1.0b5 @@ -15,8 +15,6 @@ WRKSRC= ${WRKDIR}/Wormz USE_LANGUAGES= c c++ USE_TOOLS+= gmake -.include "../../mk/x11.buildlink3.mk" - post-extract: ${MKDIR} ${WRKSRC}/NetBSD ${TOUCH} ${WRKSRC}/NetBSD/.depend @@ -26,4 +24,6 @@ post-extract: do-configure: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} depend +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |