7bf0d32e5e
This version mostly includes minor improvements and bugfixes. See the changelog for more details.
14 lines
467 B
Makefile
14 lines
467 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2020/01/16 15:31:15 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-core_kernel
|
|
|
|
.if !defined(OCAML_CORE_KERNEL_BUILDLINK3_MK)
|
|
OCAML_CORE_KERNEL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-core_kernel+= ocaml-core_kernel>=0.12.2
|
|
BUILDLINK_ABI_DEPENDS.ocaml-core_kernel+= ocaml-core_kernel>=0.13.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-core_kernel?= ../../devel/ocaml-core_kernel
|
|
|
|
.endif # OCAML_CORE_KERNEL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-core_kernel
|