blob: 88445029641fbb126568f16f706753f83e2145e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.8 2022/05/02 14:27:07 jaapb Exp $
BUILDLINK_TREE+= ocaml-compiler-libs
.if !defined(OCAML_COMPILER_LIBS_BUILDLINK3_MK)
OCAML_COMPILER_LIBS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-compiler-libs+= ocaml-compiler-libs>=0.9.0
BUILDLINK_ABI_DEPENDS.ocaml-compiler-libs+= ocaml-compiler-libs>=0.12.4
BUILDLINK_PKGSRCDIR.ocaml-compiler-libs?= ../../devel/ocaml-compiler-libs
.endif # OCAML_COMPILER_LIBS_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-compiler-libs
|