blob: 7c42c739f52b0a3253cdd6f097b94219cc5c3062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.5 2012/03/03 00:12:11 wiz 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
|