blob: e41b3b0354ded341569f930d0f261325030507bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/07 02:13:06 obache Exp $
BUILDLINK_TREE+= ibus-table
.if !defined(IBUS_TABLE_BUILDLINK3_MK)
IBUS_TABLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ibus-table+= ibus-table>=1.2.0.20100111
BUILDLINK_PKGSRCDIR.ibus-table?= ../../inputmethod/ibus-table
.endif # IBUS_TABLE_BUILDLINK3_MK
BUILDLINK_TREE+= -ibus-table
|