9ccaeb6cb8
Many mostly minor changes and bugfixes, nothing that breaks backward compatibility. A full list is available in the CHANGES file. The package now also builds the release version, which results in a lot fewer warnings, and actually is necessary for building with OCaml 4.08.
13 lines
386 B
Makefile
13 lines
386 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2019/05/07 11:29:34 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-dune
|
|
|
|
.if !defined(OCAML_DUNE_BUILDLINK3_MK)
|
|
OCAML_DUNE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-dune+= ocaml-dune>=1.7.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-dune+= ocaml-dune>=1.9.3
|
|
BUILDLINK_PKGSRCDIR.ocaml-dune?= ../../devel/ocaml-dune
|
|
.endif # OCAML_DUNE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-dune
|