From b1e53cc9cfc07af236c215eb3cdbfa311a7f6071 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 --- editors/gedit/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/gedit') diff --git a/editors/gedit/buildlink3.mk b/editors/gedit/buildlink3.mk index 9f3d9475f1a..e95428f72ef 100644 --- a/editors/gedit/buildlink3.mk +++ b/editors/gedit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2006/07/08 22:39:15 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 23:10:49 jlam Exp $ # XXX # XXX This file was created automatically using createbuildlink-3.10. # XXX After this file has been verified as correct, the comment lines @@ -19,7 +19,7 @@ BUILDLINK_DEPENDS+= gedit BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngedit} BUILDLINK_PACKAGES+= gedit -BUILDLINK_ORDER+= gedit +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gedit .if !empty(GEDIT_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.gedit+= gedit>=2.12.1nb4 -- cgit v1.2.3