7e751949e4
It turns out there were a lot of these.
16 lines
436 B
Makefile
16 lines
436 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2012/05/07 01:53:51 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= ORBit2
|
|
|
|
.if !defined(ORBIT2_BUILDLINK3_MK)
|
|
ORBIT2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ORBit2+= ORBit2>=2.12.0
|
|
BUILDLINK_ABI_DEPENDS.ORBit2+= ORBit2>=2.14.19nb3
|
|
BUILDLINK_PKGSRCDIR.ORBit2?= ../../net/ORBit2
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/libIDL/buildlink3.mk"
|
|
.endif # ORBIT2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ORBit2
|