diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-16 01:01:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-16 01:01:26 +0000 |
commit | 813288f5111e3db9813d1e72f38cd7777afeeef2 (patch) | |
tree | 3496ab8da4f36cd83a0e5a415aa90ee101e96b47 /mk | |
parent | 6aeb1bb1b4529e7fcfb865c26f269088ecfc0668 (diff) | |
download | pkgsrc-813288f5111e3db9813d1e72f38cd7777afeeef2.tar.gz |
pkg_install 20070802 is good enough, don't be overly aggressive.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 56f1da71894..7ef3b653954 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1934 2008/01/13 20:23:18 adrianp Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1935 2008/01/16 01:01:26 joerg Exp $ # # This file is in the public domain. # @@ -117,10 +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:U20071224} -.if ${_USE_DESTDIR} == "user-destdir" && ${PKGTOOLS_REQD} < 20070802 PKGTOOLS_REQD= 20070802 -.endif ##### Transform USE_* into dependencies |