dbfad9c7d4
This addresses PR#29171
18 lines
476 B
Makefile
18 lines
476 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2005/02/01 15:04:58 ben Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
CDL3_BUILDLINK3_MK:= ${CDL3_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= cdl3
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncdl3}
|
|
BUILDLINK_PACKAGES+= cdl3
|
|
|
|
.if !empty(CDL3_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.cdl3+= cdl3>=1.2.5
|
|
BUILDLINK_PKGSRCDIR.cdl3?= ../../lang/cdl3
|
|
.endif # CDL3_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|