13 lines
403 B
Makefile
13 lines
403 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/07/19 15:15:25 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-react
|
|
|
|
.if !defined(OCAML_REACT_BUILDLINK3_MK)
|
|
OCAML_REACT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-react+= ocaml-react>=1.2.0nb1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-react+= ocaml-react>=1.2.1nb4
|
|
BUILDLINK_PKGSRCDIR.ocaml-react?= ../../devel/ocaml-react
|
|
.endif # OCAML_REACT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-react
|