diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-03 14:08:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-03 14:08:09 +0000 |
commit | 1c49c256583ce3e25368538053eaf99e50c946c9 (patch) | |
tree | 4ce5d823f3de9299231fc925ba20b99db1be3b42 /mk | |
parent | 35ae38a50f78b9a38ba0f32f8da8c91e2cbc15fc (diff) | |
download | pkgsrc-1c49c256583ce3e25368538053eaf99e50c946c9.tar.gz |
Require 20030824 of the pkg_install tools to get the changes for using
pkg_add(1) on non-NetBSD (or more precisely, non-poll) systems.
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 fd8d6837164..651ee7a7b9e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1255 2003/09/03 13:56:29 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1256 2003/09/03 14:08:09 jlam Exp $ # # This file is in the public domain. # @@ -716,7 +716,7 @@ uptodate-digest: .if defined(_OPSYS_PKGTOOLS_REQD) PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD} .else -PKGTOOLS_REQD= 20030823 +PKGTOOLS_REQD= 20030824 .endif # Check that we are using up-to-date pkg_* tools with this file. |