diff options
-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 |