diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:18:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:18:27 +0000 |
commit | 3dadf3f7e810101ffe769f60822af44907592b46 (patch) | |
tree | 5f1cfbf6215244c4e4853d9574b4ff3215190f7b /games/xblast | |
parent | 4ccd1e2583c6627e7d4ec712f9eca943773b55a9 (diff) | |
download | pkgsrc-3dadf3f7e810101ffe769f60822af44907592b46.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 8 |
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" |