7e751949e4
It turns out there were a lot of these.
16 lines
404 B
Makefile
16 lines
404 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2012/05/07 01:53:39 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= ecl
|
|
|
|
.if !defined(ECL_BUILDLINK3_MK)
|
|
ECL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ecl+= ecl>=10.3.1
|
|
BUILDLINK_ABI_DEPENDS.ecl+= ecl>=10.3.1nb1
|
|
BUILDLINK_PKGSRCDIR.ecl?= ../../lang/ecl
|
|
|
|
.include "../../devel/boehm-gc/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.endif # ECL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ecl
|