7e751949e4
It turns out there were a lot of these.
13 lines
338 B
Makefile
13 lines
338 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:38 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= anthy
|
|
|
|
.if !defined(ANTHY_BUILDLINK3_MK)
|
|
ANTHY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.anthy+= anthy>=6300
|
|
BUILDLINK_ABI_DEPENDS.anthy+= anthy>=7900
|
|
BUILDLINK_PKGSRCDIR.anthy?= ../../inputmethod/anthy
|
|
.endif # ANTHY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -anthy
|