From 36703166ad52da6259a7939e9260005dfcdd4109 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 24 Jan 2004 03:26:45 +0000 Subject: Append to BUILDLINK_DEPENDS. instead of setting a default value. In the normal case when BUILDLINK_DEPENDS. 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. be a list allows for the strictest dependency to be matched. --- x11/xcursor/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xcursor') diff --git a/x11/xcursor/buildlink3.mk b/x11/xcursor/buildlink3.mk index 63658ef464f..ce3ad1e5a72 100644 --- a/x11/xcursor/buildlink3.mk +++ b/x11/xcursor/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/01/05 11:05:47 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/01/24 03:26:48 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+ @@ -10,7 +10,7 @@ BUILDLINK_DEPENDS+= xcursor BUILDLINK_IS_BUILTIN.xcursor?= no .if !empty(XCURSOR_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.xcursor?= xcursor>=1.1.1 +BUILDLINK_DEPENDS.xcursor+= xcursor>=1.1.1 BUILDLINK_PKGSRCDIR.xcursor?= ../../x11/xcursor BUILDLINK_PACKAGES+= xcursor .endif # XCURSOR_BUILDLINK3_MK -- cgit v1.2.3