13 lines
407 B
Makefile
13 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/10 16:53:10 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.2nb4
|
|
BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result
|
|
.endif # OCAML_RESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-result
|