In "make replace" case with DESTDIR other than no, require 20100914
for -D flag in "pkg_add -U -D". Discussed on tech-pkg@. OK pkgsrc-pmc@.
This commit is contained in:
parent
360c2464e3
commit
db30eb1d43
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: flavor-vars.mk,v 1.15 2010/02/19 14:27:36 joerg Exp $
|
||||
# $NetBSD: flavor-vars.mk,v 1.16 2010/09/14 22:29:07 gdt Exp $
|
||||
#
|
||||
# This Makefile fragment is included indirectly by bsd.prefs.mk and
|
||||
# defines some variables which must be defined earlier than where
|
||||
|
@ -37,7 +37,7 @@ LINKFARM_CMD?= ${PKG_TOOLS_BIN}/linkfarm
|
|||
|
||||
# Latest versions of tools required for correct pkgsrc operation.
|
||||
.if make(replace) && ${_USE_DESTDIR} != "no"
|
||||
PKGTOOLS_REQD= 20100130
|
||||
PKGTOOLS_REQD= 20100914
|
||||
.else
|
||||
PKGTOOLS_REQD= 20090528
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue