summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-18 15:35:08 +0000
committerjlam <jlam>2003-08-18 15:35:08 +0000
commit605fd90eb72993e1a952b893240c4355c41b123e (patch)
tree0db42878c8420d812ad4ddf7a6406d7914a70711 /mk/bsd.pkg.mk
parentca0cac709e666ea71473cc4d942aeeda94a7831a (diff)
downloadpkgsrc-605fd90eb72993e1a952b893240c4355c41b123e.tar.gz
Require the 20020810 version of the pkg* tools.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index dab86b10789..cbfeb9d05b1 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1216.2.21 2003/08/17 04:57:14 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1216.2.22 2003/08/18 15:35:08 jlam Exp $
#
# This file is in the public domain.
#
@@ -672,7 +672,7 @@ uptodate-digest:
.if defined(_OPSYS_PKGTOOLS_REQD)
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD}
.else
-PKGTOOLS_REQD= 20030809
+PKGTOOLS_REQD= 20030810
.endif
# Check that we are using up-to-date pkg_* tools with this file.