summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 18:18:27 +0000
committerjoerg <joerg>2007-02-02 18:18:27 +0000
commitadaa77492d4906f2d8cda81c4fb286fc47300028 (patch)
tree5f1cfbf6215244c4e4853d9574b4ff3215190f7b /games
parent43e72d9e82e5a3db092d5b1163e2cf0f29c18481 (diff)
downloadpkgsrc-adaa77492d4906f2d8cda81c4fb286fc47300028.tar.gz
Modular Xorg support.
Diffstat (limited to 'games')
-rw-r--r--games/xblast/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
index c25b46a52fd..1955a9ae004 100644
--- a/games/xblast/Makefile
+++ b/games/xblast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/01/07 09:13:55 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/02/02 18:18:27 joerg Exp $
#
DISTNAME= xblast-2.10.2
@@ -36,6 +36,10 @@ pre-build:
post-install:
${INSTALL_MAN} ${WRKSRC}/xblast.man ${PREFIX}/${PKGMANDIR}/man6/xblast.6
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"