summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 04:45:40 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 04:45:40 +0000
commit027e635db4dc9abe908e4e1f4957f015a5f0174a (patch)
tree4c72547b1cf2781c9a190272cfcd320152ed6dcf
parent6d30b7cae15d96d7040985afc36fbb8784f3ae66 (diff)
downloadpkgsrc-027e635db4dc9abe908e4e1f4957f015a5f0174a.tar.gz
Note that the date tool is used.
-rw-r--r--games/tileworld/Makefile3
-rw-r--r--www/mozilla-bin-nightly/Makefile.common4
2 files changed, 5 insertions, 2 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
diff --git a/www/mozilla-bin-nightly/Makefile.common b/www/mozilla-bin-nightly/Makefile.common
index e3b071cc928..d09d61bf4af 100644
--- a/www/mozilla-bin-nightly/Makefile.common
+++ b/www/mozilla-bin-nightly/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/05/30 06:22:09 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/16 04:45:40 jlam Exp $
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/ \
ftp://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/
@@ -9,6 +9,8 @@ NO_SRC_ON_FTP= # defined
.include "../../mk/bsd.prefs.mk"
+PKGSRC_USE_TOOLS+= date
+
.if !defined(MOZ_VER) || empty(MOZ_VER)
MOZ_VER!= ${DATE} +%Y%m%d
.endif