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. --- security/seahorse/buildlink3.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/seahorse') diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index 27462abb3f8..4b7a8e1cd00 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/04/17 13:46:08 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/07/08 22:39:38 jlam Exp $ # XXX # XXX This file was created automatically using createbuildlink-3.10. # XXX After this file has been verified as correct, the comment lines @@ -19,6 +19,7 @@ BUILDLINK_DEPENDS+= seahorse BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nseahorse} BUILDLINK_PACKAGES+= seahorse +BUILDLINK_ORDER+= seahorse .if !empty(SEAHORSE_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.seahorse+= seahorse>=0.8.1 -- cgit v1.2.3