12 lines
346 B
Makefile
12 lines
346 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/11/21 07:14:32 hiramatsu Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-react
|
|
|
|
.if !defined(OCAML_REACT_BUILDLINK3_MK)
|
|
OCAML_REACT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-react+= ocaml-react>=1.2.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-react?= ../../devel/ocaml-react
|
|
.endif # OCAML_REACT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-react
|