summaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-08 23:10:35 +0000
committerjlam <jlam>2006-07-08 23:10:35 +0000
commitb96729a13e6502c6d9d1c2912a698e23f57d3965 (patch)
tree04459b5ed42b41d60b93766832b84b0beb86ba13 /www/epiphany
parentca350efeb1663d3b4c0ce5fc5880e2237d7a7d39 (diff)
downloadpkgsrc-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 'www/epiphany')
-rw-r--r--www/epiphany/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/buildlink3.mk b/www/epiphany/buildlink3.mk
index b127724773f..c7b66f27ec9 100644
--- a/www/epiphany/buildlink3.mk
+++ b/www/epiphany/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2006/07/08 22:39:43 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2006/07/08 23:11:12 jlam Exp $
#
# This Makefile fragment is included by packages that use epiphany.
#
@@ -14,7 +14,7 @@ BUILDLINK_DEPENDS+= epiphany
.if !empty(EPIPHANY_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= epiphany
-BUILDLINK_ORDER+= epiphany
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}epiphany
BUILDLINK_API_DEPENDS.epiphany+= epiphany>=1.8.2
BUILDLINK_ABI_DEPENDS.epiphany?= epiphany>=2.14.0nb1
BUILDLINK_PKGSRCDIR.epiphany?= ../../www/epiphany