14 lines
403 B
Makefile
14 lines
403 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2014/09/05 11:35:29 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_API_DEPENDS.ibus-table+= ibus-table>=1.8.0
|
|
BUILDLINK_PKGSRCDIR.ibus-table?= ../../inputmethod/ibus-table
|
|
|
|
.endif # IBUS_TABLE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ibus-table
|