diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-30 15:34:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-30 15:34:36 +0000 |
commit | ba66f1b6e0a814e8893de9b9b3ac1bca5a2d0ac9 (patch) | |
tree | 85f3c67c18d2ed0689659447673ac21041a273a1 /games | |
parent | 9947e58fd9e1bf68a2ed196df6f3a7bdbe394693 (diff) | |
download | pkgsrc-ba66f1b6e0a814e8893de9b9b3ac1bca5a2d0ac9.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games')
-rw-r--r-- | games/powermanga/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index 8afa14f9d16..6a53cae1278 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/12 16:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/01/30 15:43:11 joerg Exp $ # DISTNAME= powermanga-0.79 @@ -18,5 +18,6 @@ MAKE_ENV+= TOUCH=${TOUCH:Q} WRKSRC=${WRKSRC:Q} .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" - +.include "../../x11/libXxf86dga/buildlink3.mk" +.include "../../x11/libXxf86vm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |