blob: e51b87b3e744f1bbfcb1bc62741840f765ce2a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.10 2009/03/20 19:24:27 joerg Exp $
BUILDLINK_TREE+= pth
.if !defined(PTH_BUILDLINK3_MK)
PTH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pth+= pth>=2.0.0
BUILDLINK_ABI_DEPENDS.pth+= pth>=2.0.0nb2
BUILDLINK_PKGSRCDIR.pth?= ../../devel/pth
.endif # PTH_BUILDLINK3_MK
BUILDLINK_TREE+= -pth
|