Of course, this should only be a BUILD_DEPENDS. Oops.
Thanks to Stoned Elipot for noting.
This commit is contained in:
parent
f1e85d7155
commit
5bd85bd7f0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink.mk,v 1.2 2002/04/30 12:44:39 wiz Exp $
|
||||
# $NetBSD: buildlink.mk,v 1.3 2002/05/21 11:04:12 wiz Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use binutils.
|
||||
#
|
||||
|
@ -33,7 +33,7 @@ _NEED_BINUTILS= YES
|
|||
|
||||
.if ${_NEED_BINUTILS} == "YES"
|
||||
BUILDLINK_DEPENDS.binutils?= binutils>=2.11.2
|
||||
DEPENDS+= ${BUILDLINK_DEPENDS.binutils}:../../devel/binutils
|
||||
BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.binutils}:../../devel/binutils
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.binutils=binutils
|
||||
BUILDLINK_PREFIX.binutils_DEFAULT= ${LOCALBASE}
|
||||
|
|
Loading…
Reference in a new issue