5658513c52
This update introduces compatibility with OCaml 4.08, and does some refactoring of the library. There are also other minor bugfixes and changes.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: buildlink3.mk,v 1.15 2019/05/13 11:49:52 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.4.0
|
|
BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml
|
|
|
|
.endif # JS_OF_OCAML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -js_of_ocaml
|