diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-30 10:32:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-30 10:32:45 +0000 |
commit | 30e14c545319f336be8d9d588ac15d0886755254 (patch) | |
tree | 4150fa112e469f524035137109fd357ea5c97423 /mk | |
parent | 0a4893285e60f1c7af6c427f7e45f565c4945682 (diff) | |
download | pkgsrc-30e14c545319f336be8d9d588ac15d0886755254.tar.gz |
Bump PKGTOOLS_REQD to 20031003, per a suggestion from agc.
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 e970da42bdf..192f085eaaa 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1298 2003/10/30 07:42:23 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1299 2003/10/30 10:32:45 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= 20030914 +PKGTOOLS_REQD= 20031003 .endif # Check that we are using up-to-date pkg_* tools with this file. |