1e4c56188b
Changes include support for OCaml 4.09 and 4.10, and several other bugfixes and improvements.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2020/01/14 20:56:09 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= js_of_ocaml
|
|
|
|
.if !defined(JS_OF_OCAML_BUILDLINK3_MK)
|
|
JS_OF_OCAML_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0
|
|
BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.5.2
|
|
BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml
|
|
|
|
.endif # JS_OF_OCAML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -js_of_ocaml
|