pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Note that the date tool is used.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/572dadce3578
branches:  trunk
changeset: 493883:572dadce3578
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 04:45:40 2005 +0000

description:
Note that the date tool is used.

diffstat:

 games/tileworld/Makefile                |  3 ++-
 www/mozilla-bin-nightly/Makefile.common |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 0401ec099f9f -r 572dadce3578 games/tileworld/Makefile
--- a/games/tileworld/Makefile  Mon May 16 04:39:04 2005 +0000
+++ b/games/tileworld/Makefile  Mon May 16 04:45:40 2005 +0000
@@ -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 @@
 COMMENT=       "Game based on Chip's Challenge"
 
 USE_GNU_TOOLS+=        make
+USE_TOOLS+=    date
 USE_X11=       YES
 GNU_CONFIGURE= YES
 
diff -r 0401ec099f9f -r 572dadce3578 www/mozilla-bin-nightly/Makefile.common
--- a/www/mozilla-bin-nightly/Makefile.common   Mon May 16 04:39:04 2005 +0000
+++ b/www/mozilla-bin-nightly/Makefile.common   Mon May 16 04:45:40 2005 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+PKGSRC_USE_TOOLS+=     date
+
 .if !defined(MOZ_VER) || empty(MOZ_VER)
 MOZ_VER!=      ${DATE} +%Y%m%d
 .endif



Home | Main Index | Thread Index | Old Index