diff options
author | jlam <jlam> | 2005-05-16 04:45:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 04:45:40 +0000 |
commit | b07536df249e0e4f7311367d89e2fcd0c8ea5816 (patch) | |
tree | 4c72547b1cf2781c9a190272cfcd320152ed6dcf /games | |
parent | 121af82eef4087b337a645557fda2c6598aeac09 (diff) | |
download | pkgsrc-b07536df249e0e4f7311367d89e2fcd0c8ea5816.tar.gz |
Note that the date tool is used.
Diffstat (limited to 'games')
-rw-r--r-- | games/tileworld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index 8e409caceda..323d7058d24 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/05/16 04:45:40 jlam Exp $ DISTNAME= tworld-1.2.1 PKGNAME= ${DISTNAME:S/^t/tile/} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.muppetlabs.com/~breadbox/software/tworld/ COMMENT= "Game based on Chip's Challenge" USE_GNU_TOOLS+= make +USE_TOOLS+= date USE_X11= YES GNU_CONFIGURE= YES |