96fc47c14f
that they look nicer.
19 lines
571 B
Makefile
19 lines
571 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:29 rillig 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_API_DEPENDS.liblive+= liblive>=2003.04.04
|
|
BUILDLINK_ABI_DEPENDS.liblive+= liblive>=2003.04.04nb1
|
|
BUILDLINK_PKGSRCDIR.liblive?= ../../net/liblive
|
|
.endif # LIBLIVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|