blob: b446e623fc92c34bb5340dab69287efec358bb56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.1 2016/01/01 15:25:43 fhajny Exp $
BUILDLINK_TREE+= libfastjson
.if !defined(LIBFASTJSON_BUILDLINK3_MK)
LIBFASTJSON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libfastjson+= libfastjson>=0.99
BUILDLINK_ABI_DEPENDS.libfastjson+= libfastjson>=0.99
BUILDLINK_PKGSRCDIR.libfastjson?= ../../textproc/libfastjson
.endif # LIBFASTJSON_BUILDLINK3_MK
BUILDLINK_TREE+= -libfastjson
|