24813d20ff
There is no changelog, but changes seem to be minor.
14 lines
432 B
Makefile
14 lines
432 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2022/05/04 15:09:51 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_hash
|
|
|
|
.if !defined(OCAML_PPX_HASH_BUILDLINK3_MK)
|
|
OCAML_PPX_HASH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_hash+= ocaml-ppx_hash>=0.9.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_hash+= ocaml-ppx_hash>=0.15.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_hash?= ../../devel/ocaml-ppx_hash
|
|
|
|
.endif # OCAML_PPX_HASH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_hash
|