13 lines
407 B
Makefile
13 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2019/03/05 16:27:42 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-result
|
|
|
|
.if !defined(OCAML_RESULT_BUILDLINK3_MK)
|
|
OCAML_RESULT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-result+= ocaml-result>=1.2
|
|
BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.3nb4
|
|
BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result
|
|
.endif # OCAML_RESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-result
|