Path to this page:
Subject: CVS commit: pkgsrc
From: Johnny C. Lam
Date: 2004-01-24 04:26:48
Message id: 20040124032648.897C52DA1D@cvs.netbsd.org
Log Message:
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
Files: