blob: 7c58df9c30ee722db0bc7c299eb9c16973ac70f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.6 2012/05/06 17:24:21 dholland Exp $
BUILDLINK_TREE+= tomoe
.if !defined(TOMOE_BUILDLINK3_MK)
TOMOE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0
BUILDLINK_ABI_DEPENDS.tomoe+= tomoe>=0.6.0nb4
BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe
.include "../../devel/glib2/buildlink3.mk"
.endif # TOMOE_BUILDLINK3_MK
BUILDLINK_TREE+= -tomoe
|