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 | a0aa7cc4c8cac1b893bab75febfb242c89a8676e (patch) | |
tree | 81777b113550c733c57b1eb2d0237e00eaa9d2aa /mk/bsd.pkg.mk | |
parent | 3bec5ad232dcfbaa1b4aab3e9a32423b2b869b8e (diff) | |
download | pkgsrc-a0aa7cc4c8cac1b893bab75febfb242c89a8676e.tar.gz |
Depend on pkgtools-20030918 again; http support is not really a requirement.
Diffstat (limited to 'mk/bsd.pkg.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. |