5a383ea85b
This version adds (better) support for OCaml 4.08 and Dune 2.0.
13 lines
404 B
Makefile
13 lines
404 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2020/01/24 09:16:26 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-result
|
|
|
|
.if !defined(OCAML_RESULT_BUILDLINK3_MK)
|
|
OCAML_RESULT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-result+= ocaml-result>=1.2
|
|
BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.4
|
|
BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result
|
|
.endif # OCAML_RESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-result
|