blob: 34131f6ab62cdbe299e0288a5cd190dd0fe6434f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:17:54 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBLIVE_BUILDLINK3_MK:= ${LIBLIVE_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= liblive
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nliblive}
BUILDLINK_PACKAGES+= liblive
.if !empty(LIBLIVE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.liblive+= liblive>=2003.04.04
BUILDLINK_RECOMMENDED.liblive+= liblive>=2003.04.04nb1
BUILDLINK_PKGSRCDIR.liblive?= ../../net/liblive
.endif # LIBLIVE_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|