summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-08 22:38:58 +0000
committerjlam <jlam>2006-07-08 22:38:58 +0000
commitce40f8f7be611698d603e3738f270064a79e2821 (patch)
treeacd4f41ce6cb61d3a543fa2ef73a5c010b8a85ff /graphics/py-imaging
parent7ec5cf14d0bcc58c144c066198728efd2f7d83de (diff)
downloadpkgsrc-ce40f8f7be611698d603e3738f270064a79e2821.tar.gz
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imaging/buildlink3.mk b/graphics/py-imaging/buildlink3.mk
index c0737bb5d5f..20c7ab9e38b 100644
--- a/graphics/py-imaging/buildlink3.mk
+++ b/graphics/py-imaging/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/04/12 10:27:19 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2006/07/08 22:39:20 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PY_IMAGING_BUILDLINK3_MK:= ${PY_IMAGING_BUILDLINK3_MK}+
@@ -11,6 +11,7 @@ BUILDLINK_DEPENDS+= pyimaging
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npyimaging}
BUILDLINK_PACKAGES+= pyimaging
+BUILDLINK_ORDER+= pyimaging
.if !empty(PY_IMAGING_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.4