diff options
Diffstat (limited to 'inputmethod/uim/buildlink3.mk')
-rw-r--r-- | inputmethod/uim/buildlink3.mk | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk index 3ba1de07aae..6bc3112cc28 100644 --- a/inputmethod/uim/buildlink3.mk +++ b/inputmethod/uim/buildlink3.mk @@ -1,22 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.10 2008/06/08 13:01:48 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:47 joerg Exp $ -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -UIM_BUILDLINK3_MK:= ${UIM_BUILDLINK3_MK}+ +BUILDLINK_TREE+= uim -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= uim -.endif +.if !defined(UIM_BUILDLINK3_MK) +UIM_BUILDLINK3_MK:= -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nuim} -BUILDLINK_PACKAGES+= uim -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}uim - -.if !empty(UIM_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.uim+= uim>=1.5.1 BUILDLINK_ABI_DEPENDS.uim?= uim>=1.5.1 BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim -.endif # UIM_BUILDLINK3_MK .include "../../devel/libgcroots/buildlink3.mk" +.endif # UIM_BUILDLINK3_MK -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_TREE+= -uim |