diff options
author | christos <christos> | 1999-05-29 20:50:55 +0000 |
---|---|---|
committer | christos <christos> | 1999-05-29 20:50:55 +0000 |
commit | e8ec58a45b19813a96104dcf63b83a769390608c (patch) | |
tree | abac75777dc41bd36c5961f38af4b1a051723cc4 /mk | |
parent | 71f6530e1551258b5f73f31051416c1881351043 (diff) | |
download | pkgsrc-e8ec58a45b19813a96104dcf63b83a769390608c.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: |