diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 04:45:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 04:45:40 +0000 |
commit | 027e635db4dc9abe908e4e1f4957f015a5f0174a (patch) | |
tree | 4c72547b1cf2781c9a190272cfcd320152ed6dcf /games/tileworld | |
parent | 6d30b7cae15d96d7040985afc36fbb8784f3ae66 (diff) | |
download | pkgsrc-027e635db4dc9abe908e4e1f4957f015a5f0174a.tar.gz |
Note that the date tool is used.
Diffstat (limited to 'games/tileworld')
-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 |