diff options
author | christos <christos@pkgsrc.org> | 1999-05-29 20:50:55 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 1999-05-29 20:50:55 +0000 |
commit | e09bd5937109b855b1f8ebc87bb271c55ddd0730 (patch) | |
tree | abac75777dc41bd36c5961f38af4b1a051723cc4 /mk | |
parent | 8026b2fcb5fece934729aa9b3465e693e0dfe0d4 (diff) | |
download | pkgsrc-e09bd5937109b855b1f8ebc87bb271c55ddd0730.tar.gz |
Update required pkgtools version to 19990529 (required for postfix)
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 6f55af6b05d..2668ff8d40b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.278 1999/05/27 14:45:13 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.279 1999/05/29 20:50:55 christos Exp $ # # This file is in the public domain. # @@ -541,7 +541,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 19990412 +PKGTOOLS_REQD= 19990529 # Check that we're using up-to-date pkg_* tools with this file. uptodate-pkgtools: |