summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-03 14:08:09 +0000
committerjlam <jlam@pkgsrc.org>2003-09-03 14:08:09 +0000
commit1c49c256583ce3e25368538053eaf99e50c946c9 (patch)
tree4ce5d823f3de9299231fc925ba20b99db1be3b42 /mk
parent35ae38a50f78b9a38ba0f32f8da8c91e2cbc15fc (diff)
downloadpkgsrc-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.mk4
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.