From b96729a13e6502c6d9d1c2912a698e23f57d3965 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 8 Jul 2006 23:10:35 +0000 Subject: Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto --- graphics/tiff/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/tiff') diff --git a/graphics/tiff/buildlink3.mk b/graphics/tiff/buildlink3.mk index 687abc41764..f4a74e4888d 100644 --- a/graphics/tiff/buildlink3.mk +++ b/graphics/tiff/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2006/07/08 22:39:21 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2006/07/08 23:10:53 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= tiff BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntiff} BUILDLINK_PACKAGES+= tiff -BUILDLINK_ORDER+= tiff +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tiff .if !empty(TIFF_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1 -- cgit v1.2.3