pkgsrc/inputmethod/unicon-im/buildlink3.mk
jlam 9430e49307 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.
2006-07-08 22:38:58 +00:00

22 lines
664 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 22:39:21 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
UNICON_IM_BUILDLINK3_MK:= ${UNICON_IM_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= unicon-im
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nunicon-im}
BUILDLINK_PACKAGES+= unicon-im
BUILDLINK_ORDER+= unicon-im
.if !empty(UNICON_IM_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.unicon-im+= unicon-im>=1.2nb2
BUILDLINK_ABI_DEPENDS.unicon-im+= unicon-im>=1.2nb4
BUILDLINK_PKGSRCDIR.unicon-im?= ../../inputmethod/unicon-im
.endif # UNICON_IM_BUILDLINK3_MK
.include "../../devel/pth/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}