diff options
author | jlam <jlam> | 2005-06-12 08:22:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-12 08:22:59 +0000 |
commit | d360b32365a9b980dcae311464ab78bc5f72ac0a (patch) | |
tree | f7e20a5c49381d9a8e86646cdfe8205b2f2caec1 /games/tanked | |
parent | e6d620eb80d37bdc3fd85614de894222058370a1 (diff) | |
download | pkgsrc-d360b32365a9b980dcae311464ab78bc5f72ac0a.tar.gz |
This package requires imake & xmkmf to build so note it in USE_TOOLS.
Diffstat (limited to 'games/tanked')
-rw-r--r-- | games/tanked/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tanked/Makefile b/games/tanked/Makefile index e3931e913b1..958c93c6593 100644 --- a/games/tanked/Makefile +++ b/games/tanked/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/12 08:22:59 jlam Exp $ # DISTNAME= tanked-0.90 @@ -10,6 +10,7 @@ MAINTAINER= root@garbled.net COMMENT= Multiplayer internet tank game for X11 USE_X11BASE= YES +USE_TOOLS+= imake post-patch: @${TOUCH} ${WRKSRC}/client/tanked.man |