From 9430e4930752307717c0058ee21f02a3ea56b0ad Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 8 Jul 2006 22:38:58 +0000 Subject: 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. --- x11/gnustep-gui/buildlink3.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/gnustep-gui') diff --git a/x11/gnustep-gui/buildlink3.mk b/x11/gnustep-gui/buildlink3.mk index cf8f0afd9a0..61a8b9cc76e 100644 --- a/x11/gnustep-gui/buildlink3.mk +++ b/x11/gnustep-gui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2006/04/17 13:46:00 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 22:39:45 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNUSTEP_GUI_BUILDLINK3_MK:= ${GNUSTEP_GUI_BUILDLINK3_MK}+ @@ -9,6 +9,7 @@ BUILDLINK_DEPENDS+= gnustep-gui BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnustep-gui} BUILDLINK_PACKAGES+= gnustep-gui +BUILDLINK_ORDER+= gnustep-gui .if !empty(GNUSTEP_GUI_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.9.2 -- cgit v1.2.3