summaryrefslogtreecommitdiff
path: root/devel/pth/buildlink3.mk
blob: 550a96453a04cf982e458052b10157790aa54aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: buildlink3.mk,v 1.3 2004/01/05 11:05:45 jlam Exp $

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
PTH_BUILDLINK3_MK:=	${PTH_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	pth
.endif

.if !empty(PTH_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+=		pth
BUILDLINK_DEPENDS.pth?=		pth>=2.0.0
BUILDLINK_PKGSRCDIR.pth?=	../../devel/pth
.endif	# PTH_BUILDLINK3_MK

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH:S/+$//}