diff options
author | jlam <jlam> | 2006-07-08 23:10:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-08 23:10:35 +0000 |
commit | e994e63144cbb9cdedf3bf7866d8ce91e8b2e7bd (patch) | |
tree | 04459b5ed42b41d60b93766832b84b0beb86ba13 /inputmethod/unicon-im | |
parent | 13443218b6a8be62c247afcc603da35f28fc6d5e (diff) | |
download | pkgsrc-e994e63144cbb9cdedf3bf7866d8ce91e8b2e7bd.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 'inputmethod/unicon-im')
-rw-r--r-- | inputmethod/unicon-im/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/unicon-im/buildlink3.mk b/inputmethod/unicon-im/buildlink3.mk index 5625c4edd75..cab6eba92f8 100644 --- a/inputmethod/unicon-im/buildlink3.mk +++ b/inputmethod/unicon-im/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 22:39:21 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:54 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ UNICON_IM_BUILDLINK3_MK:= ${UNICON_IM_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= unicon-im BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nunicon-im} BUILDLINK_PACKAGES+= unicon-im -BUILDLINK_ORDER+= unicon-im +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}unicon-im .if !empty(UNICON_IM_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.unicon-im+= unicon-im>=1.2nb2 |