ac72e5d0fc
Amongst other things, this adds support for newer versions of ocaml-ppxlib.
14 lines
444 B
Makefile
14 lines
444 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2020/12/11 08:02:22 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_bench
|
|
|
|
.if !defined(OCAML_PPX_BENCH_BUILDLINK3_MK)
|
|
OCAML_PPX_BENCH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_bench+= ocaml-ppx_bench>=0.12.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_bench+= ocaml-ppx_bench>=0.14.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_bench?= ../../devel/ocaml-ppx_bench
|
|
|
|
.endif # OCAML_PPX_BENCH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_bench
|