summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-08 23:10:35 +0000
committerjlam <jlam@pkgsrc.org>2006-07-08 23:10:35 +0000
commitb1e53cc9cfc07af236c215eb3cdbfa311a7f6071 (patch)
tree04459b5ed42b41d60b93766832b84b0beb86ba13 /security/libtasn1
parente5f62bd9796f0ca2a8ea24ebb4ed36949e7c3975 (diff)
downloadpkgsrc-b1e53cc9cfc07af236c215eb3cdbfa311a7f6071.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 'security/libtasn1')
-rw-r--r--security/libtasn1/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/buildlink3.mk b/security/libtasn1/buildlink3.mk
index 611de9e0c44..8afbc6257a1 100644
--- a/security/libtasn1/buildlink3.mk
+++ b/security/libtasn1/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2006/07/08 22:39:37 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2006/07/08 23:11:07 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBTASN1_BUILDLINK3_MK:= ${LIBTASN1_BUILDLINK3_MK}+
@@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= libtasn1
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibtasn1}
BUILDLINK_PACKAGES+= libtasn1
-BUILDLINK_ORDER+= libtasn1
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libtasn1
.if !empty(LIBTASN1_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.2.7