diff options
author | jschauma <jschauma> | 2002-11-24 20:13:16 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-11-24 20:13:16 +0000 |
commit | 5c08207768885cfa6dc258a780513e2d811a8109 (patch) | |
tree | 0b345ce0c64c3b878683ac5f2755cc3f78db8c17 /mk | |
parent | e04957f37015575c7c1b7f08540744ac2e9c8228 (diff) | |
download | pkgsrc-5c08207768885cfa6dc258a780513e2d811a8109.tar.gz |
Back out previous change of PKGTOOLS_REQ; fix does not necessitate
update.
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 30d067854b3..a6aba317f5b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1088 2002/11/23 22:53:38 jschauma Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1089 2002/11/24 20:13:16 jschauma Exp $ # # This file is in the public domain. # @@ -606,7 +606,7 @@ uptodate-digest: fi # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 20021123 +PKGTOOLS_REQD= 20020402 # Check that we are using up-to-date pkg_* tools with this file. .if defined(ZOULARIS_VERSION) |