diff options
author | adrianp <adrianp> | 2008-01-13 20:23:18 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-01-13 20:23:18 +0000 |
commit | e00d7093fa10a22b242ba999c68b7adcfd014c7a (patch) | |
tree | 40a80f6e6a1800980d996474d1dd460e79d9026d | |
parent | 2a996b72d28e5a1304b041a8240c8a8e0cc8ac0d (diff) | |
download | pkgsrc-e00d7093fa10a22b242ba999c68b7adcfd014c7a.tar.gz |
Bump PKGTOOLS_REQD to 20071224 so everyone still has the functionality
that used to be in security/audit-packages.
-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 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 |