summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordholland <dholland>2011-07-05 01:53:48 +0000
committerdholland <dholland>2011-07-05 01:53:48 +0000
commit2199cfd75e6e24832790e91ebb5d02e9689cc998 (patch)
tree9e52666bd1a1e6ea5719ab6a18c17460fc83bf8b /games
parent8102a587d0003220d6d91f94a029a283532ac04c (diff)
downloadpkgsrc-2199cfd75e6e24832790e91ebb5d02e9689cc998.tar.gz
Add xf86dgaproto and xextproto to hopefully fix -5 native X failure.
Diffstat (limited to 'games')
-rw-r--r--games/tyrquake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile
index 8a75647038b..d60c82960b3 100644
--- a/games/tyrquake/Makefile
+++ b/games/tyrquake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/09 23:20:01 snj Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/05 01:53:48 dholland Exp $
DISTNAME= tyrquake-0.61
CATEGORIES= games x11
@@ -31,6 +31,8 @@ do-install:
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXxf86dga/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../x11/xf86dgaproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"