From e994e63144cbb9cdedf3bf7866d8ce91e8b2e7bd 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 --- security/pinentry/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/pinentry') diff --git a/security/pinentry/buildlink3.mk b/security/pinentry/buildlink3.mk index cb489c4f681..1eb47253bee 100644 --- a/security/pinentry/buildlink3.mk +++ b/security/pinentry/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 22:39:38 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:11:08 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PINENTRY_BUILDLINK3_MK:= ${PINENTRY_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= pinentry BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npinentry} BUILDLINK_PACKAGES+= pinentry -BUILDLINK_ORDER+= pinentry +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pinentry .if !empty(PINENTRY_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.pinentry+= pinentry>=0.7.1 -- cgit v1.2.3