19 lines
506 B
Makefile
19 lines
506 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2006/04/06 07:17:14 jeremy-c-reed Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
EMBRYO_BUILDLINK3_MK:= ${EMBRYO_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= embryo
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES+= embryo
|
|
|
|
.if !empty(EMBRYO_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.embryo+= embryo>=0.9.0
|
|
BUILDLINK_PKGSRCDIR.embryo?= ../../wip/embryo
|
|
.endif # EMBRYO_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|