diff options
author | obache <obache@pkgsrc.org> | 2008-04-13 04:08:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-13 04:08:03 +0000 |
commit | 889f8d86c9d9b9ec5ccb9458996863b163250024 (patch) | |
tree | 6123993e11464788392ff52c9adef99c068ade8c /inputmethod/uim | |
parent | 80bc0ecce5e70fdd3eea9cc5e643c047b75a6ab6 (diff) | |
download | pkgsrc-889f8d86c9d9b9ec5ccb9458996863b163250024.tar.gz |
Need to buildlink devel/libgcroots.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk index 909f4ad9fb3..800512949da 100644 --- a/inputmethod/uim/buildlink3.mk +++ b/inputmethod/uim/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2008/03/02 01:57:37 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2008/04/13 04:08:03 obache Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ UIM_BUILDLINK3_MK:= ${UIM_BUILDLINK3_MK}+ @@ -17,4 +17,6 @@ BUILDLINK_ABI_DEPENDS.uim?= uim>=1.4.2 BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim .endif # UIM_BUILDLINK3_MK +.include "../../devel/libgcroots/buildlink3.mk" + BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |