7e751949e4
It turns out there were a lot of these.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:39 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= cdl3
|
|
|
|
.if !defined(CDL3_BUILDLINK3_MK)
|
|
CDL3_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cdl3+= cdl3>=1.2.5
|
|
BUILDLINK_ABI_DEPENDS.cdl3+= cdl3>=1.2.5nb1
|
|
BUILDLINK_PKGSRCDIR.cdl3?= ../../lang/cdl3
|
|
.endif # CDL3_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cdl3
|