blob: 2edbe034955529d9453259b552df8a71967ec407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.3 2014/08/28 11:43:05 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
|