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. --- audio/oss/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/oss') diff --git a/audio/oss/buildlink3.mk b/audio/oss/buildlink3.mk index a1ae73e0ef7..64a4f1c87da 100644 --- a/audio/oss/buildlink3.mk +++ b/audio/oss/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/01/07 01:14:43 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/01/24 03:26:46 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ OSS_BUILDLINK3_MK:= ${OSS_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= oss .if !empty(OSS_BUILDLINK3_MK:M+) BUILDLINK_PACKAGES+= oss -BUILDLINK_DEPENDS.oss?= oss-[0-9]* +BUILDLINK_DEPENDS.oss+= oss-[0-9]* BUILDLINK_PKGSRCDIR.oss?= ../../audio/oss BUILDLINK_INCDIRS.oss= include lib/oss/include -- cgit v1.2.3