a014c7a0fe
The CHANGES.md file in the distribution is rather unclear about what changes belong to which version; nothing major seems to have changed, so I'm assuming bugfixes and/or minor improvements.
13 lines
387 B
Makefile
13 lines
387 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2020/01/16 12:39:32 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-base
|
|
|
|
.if !defined(OCAML_BASE_BUILDLINK3_MK)
|
|
OCAML_BASE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-base+= ocaml-base>=0.9.3
|
|
BUILDLINK_ABI_DEPENDS.ocaml-base+= ocaml-base>=0.13.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-base?= ../../devel/ocaml-base
|
|
.endif # OCAML_BASE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-base
|