blob: 96895eb837c9ce63a69b1722c88e86eb6ceef285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:38:16 joerg Exp $
BUILDLINK_DEPMETHOD.bigreqsproto?= build
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BIGREQSPROTO_BUILDLINK3_MK:= ${BIGREQSPROTO_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= bigreqsproto
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbigreqsproto}
BUILDLINK_PACKAGES+= bigreqsproto
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}bigreqsproto
.if ${BIGREQSPROTO_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.bigreqsproto+= bigreqsproto>=1.0
BUILDLINK_PKGSRCDIR.bigreqsproto?= ../../x11/bigreqsproto
.endif # BIGREQSPROTO_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|