diff options
author | jlam <jlam> | 2006-07-08 23:10:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-08 23:10:35 +0000 |
commit | b96729a13e6502c6d9d1c2912a698e23f57d3965 (patch) | |
tree | 04459b5ed42b41d60b93766832b84b0beb86ba13 /net/openh323 | |
parent | ca350efeb1663d3b4c0ce5fc5880e2237d7a7d39 (diff) | |
download | pkgsrc-b96729a13e6502c6d9d1c2912a698e23f57d3965.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 'net/openh323')
-rw-r--r-- | net/openh323/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323/buildlink3.mk b/net/openh323/buildlink3.mk index 1ce52848cff..eb6649a28ae 100644 --- a/net/openh323/buildlink3.mk +++ b/net/openh323/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 22:39:33 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:11:04 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ OPENH323_BUILDLINK3_MK:= ${OPENH323_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= openh323 BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nopenh323} BUILDLINK_PACKAGES+= openh323 -BUILDLINK_ORDER+= openh323 +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}openh323 .if !empty(OPENH323_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.openh323+= openh323>=1.15.1 |