diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-08 23:10:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-08 23:10:35 +0000 |
commit | c16221a4db5db247e9ecea04d817821955982042 (patch) | |
tree | 04459b5ed42b41d60b93766832b84b0beb86ba13 /x11/fixesproto | |
parent | c25fbde9c94a010e0b2c953766743f818b86c9ea (diff) | |
download | pkgsrc-c16221a4db5db247e9ecea04d817821955982042.tar.gz |
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
Diffstat (limited to 'x11/fixesproto')
-rw-r--r-- | x11/fixesproto/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fixesproto/buildlink3.mk b/x11/fixesproto/buildlink3.mk index 2f0248c31df..1bac58735ce 100644 --- a/x11/fixesproto/buildlink3.mk +++ b/x11/fixesproto/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2006/07/08 22:39:44 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/07/08 23:11:13 jlam Exp $ BUILDLINK_DEPMETHOD.fixesproto?= build @@ -11,7 +11,7 @@ BUILDLINK_DEPENDS+= fixesproto BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfixesproto} BUILDLINK_PACKAGES+= fixesproto -BUILDLINK_ORDER+= fixesproto +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}fixesproto .if !empty(FIXESPROTO_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=3.0.0 |