summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-01-13 20:23:18 +0000
committeradrianp <adrianp@pkgsrc.org>2008-01-13 20:23:18 +0000
commit045f83863c024b2033a4c8e3748ff483da6b706a (patch)
tree40a80f6e6a1800980d996474d1dd460e79d9026d /mk
parent69310b439956255c76b555855bf3fe9eda2163fb (diff)
downloadpkgsrc-045f83863c024b2033a4c8e3748ff483da6b706a.tar.gz
Bump PKGTOOLS_REQD to 20071224 so everyone still has the functionality
that used to be in security/audit-packages.
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 b285bc9baa2..56f1da71894 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1933 2008/01/01 14:20:20 obache Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1934 2008/01/13 20:23:18 adrianp Exp $
#
# This file is in the public domain.
#
@@ -117,7 +117,7 @@ _INSTALL_UNSTRIPPED= # set (flag used by platform/*.mk)
##### Non-overridable constants
# Latest versions of tools required for correct pkgsrc operation.
-PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD:U20051103}
+PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD:U20071224}
.if ${_USE_DESTDIR} == "user-destdir" && ${PKGTOOLS_REQD} < 20070802
PKGTOOLS_REQD= 20070802
.endif