60eea34dd0
Not easy to figure out what exactly has changed, but one thing is that this version now supports newer versions of ocaml-ppxlib.
14 lines
532 B
Makefile
14 lines
532 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2020/12/11 08:11:21 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_variants_conv
|
|
|
|
.if !defined(OCAML_PPX_VARIANTS_CONV_BUILDLINK3_MK)
|
|
OCAML_PPX_VARIANTS_CONV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_variants_conv+= ocaml-ppx_variants_conv>=0.12.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_variants_conv+= ocaml-ppx_variants_conv>=0.14.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_variants_conv?= ../../devel/ocaml-ppx_variants_conv
|
|
|
|
.endif # OCAML_PPX_VARIANTS_CONV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_variants_conv
|