30bf574a67
Minor changes, the most important of which is introducing ocaml 4.08 compatibility. The configure script has also been moved and is now called during compilation.
15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2019/05/13 11:38:45 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-lwt
|
|
|
|
.if !defined(OCAML_LWT_BUILDLINK3_MK)
|
|
OCAML_LWT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-lwt+= ocaml-lwt>=4.0.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-lwt+= ocaml-lwt>=4.2.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-lwt?= ../../devel/ocaml-lwt
|
|
|
|
#.include "../../devel/libev/buildlink3.mk"
|
|
.endif # OCAML_LWT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-lwt
|