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. --- misc/xfce4-weather-plugin/buildlink3.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/xfce4-weather-plugin') diff --git a/misc/xfce4-weather-plugin/buildlink3.mk b/misc/xfce4-weather-plugin/buildlink3.mk index a9087dd0c03..2279015f927 100644 --- a/misc/xfce4-weather-plugin/buildlink3.mk +++ b/misc/xfce4-weather-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2006/04/17 13:46:14 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 22:39:30 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK:= ${XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK}+ @@ -9,6 +9,7 @@ BUILDLINK_DEPENDS+= xfce4-weather-plugin BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-weather-plugin} BUILDLINK_PACKAGES+= xfce4-weather-plugin +BUILDLINK_ORDER+= xfce4-weather-plugin .if !empty(XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.xfce4-weather-plugin+= xfce4-weather-plugin>=0.4.9 -- cgit v1.2.3