50e97490bb
ChangeLog: * cannadic/ update to cannadic-0.95c * src/splitter/commit.c fix mis-computation of segment length which can cause out of array bound access * use Hidden Markov Model to find segment boundary.
18 lines
491 B
Makefile
18 lines
491 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2005/03/03 15:34:08 taya Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
ANTHY_BUILDLINK3_MK:= ${ANTHY_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= anthy
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nanthy}
|
|
BUILDLINK_PACKAGES+= anthy
|
|
|
|
.if !empty(ANTHY_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.anthy+= anthy>=6300
|
|
BUILDLINK_PKGSRCDIR.anthy?= ../../inputmethod/anthy
|
|
.endif # ANTHY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|