diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-05 01:33:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-05 01:33:25 +0000 |
commit | 6329d1145aab31a276c7549dab2b17ce0e04703a (patch) | |
tree | 1d31c045f165c937bc89d89264c96c131fd1091c /games/powermanga | |
parent | 3b0029593245d837395618cd000971d26dfadda4 (diff) | |
download | pkgsrc-6329d1145aab31a276c7549dab2b17ce0e04703a.tar.gz |
Add xf86dgaproto to hopefully fix -5 native X failure.
Diffstat (limited to 'games/powermanga')
-rw-r--r-- | games/powermanga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index 0c144324170..2228bdb6d0c 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/10/29 20:21:43 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2011/07/05 01:39:10 dholland Exp $ # DISTNAME= powermanga-0.90 @@ -51,4 +51,5 @@ SUBST_FILES.path+= texts/Makefile.in .include "../../devel/SDL/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" +.include "../../x11/xf86dgaproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |