bfa87784aa
This updates the build system to dune (2.0), and includes a minor bugfix to remove compiler warnings.
13 lines
386 B
Makefile
13 lines
386 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2020/01/23 13:11:14 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-cppo
|
|
|
|
.if !defined(OCAML_CPPO_BUILDLINK3_MK)
|
|
OCAML_CPPO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-cppo+= ocaml-cppo>=1.3.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-cppo+= ocaml-cppo>=1.6.6
|
|
BUILDLINK_PKGSRCDIR.ocaml-cppo?= ../../devel/ocaml-cppo
|
|
.endif # OCAML_CPPO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-cppo
|