summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-08 22:38:58 +0000
committerjlam <jlam@pkgsrc.org>2006-07-08 22:38:58 +0000
commit9430e4930752307717c0058ee21f02a3ea56b0ad (patch)
treeacd4f41ce6cb61d3a543fa2ef73a5c010b8a85ff /graphics/py-imaging
parent349db29ab72df9c10cede4717c20c4437e73b6cc (diff)
downloadpkgsrc-9430e4930752307717c0058ee21f02a3ea56b0ad.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