summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2003-11-02 14:36:46 +0000
committerwiz <wiz>2003-11-02 14:36:46 +0000
commitcaf82233bb021b311784fa4cb6ecddda243fdef0 (patch)
tree81777b113550c733c57b1eb2d0237e00eaa9d2aa /mk
parent8ef12889d6d478b1f3709a7a98a29aa52cc3f86e (diff)
downloadpkgsrc-caf82233bb021b311784fa4cb6ecddda243fdef0.tar.gz
Depend on pkgtools-20030918 again; http support is not really a requirement.
Diffstat (limited to '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 40d1298b77c..16a6d1fff47 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1300 2003/10/30 12:36:01 grant Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1301 2003/11/02 14:36:46 wiz Exp $
#
# This file is in the public domain.
#
@@ -748,7 +748,7 @@ uptodate-digest:
.if defined(_OPSYS_PKGTOOLS_REQD)
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD}
.else
-PKGTOOLS_REQD= 20031003
+PKGTOOLS_REQD= 20030918
.endif
# Check that we are using up-to-date pkg_* tools with this file.