diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-02 14:36:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-02 14:36:46 +0000 |
commit | 4bb8270747e558a7090c131941b6807cd0484fdc (patch) | |
tree | 81777b113550c733c57b1eb2d0237e00eaa9d2aa /mk | |
parent | 23576c5db75af6618873bb3f7eeca97756a924d8 (diff) | |
download | pkgsrc-4bb8270747e558a7090c131941b6807cd0484fdc.tar.gz |
Depend on pkgtools-20030918 again; http support is not really a requirement.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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. |