14 lines
423 B
Makefile
14 lines
423 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2019/05/30 10:00:07 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-rresult
|
|
|
|
.if !defined(OCAML_RRESULT_BUILDLINK3_MK)
|
|
OCAML_RRESULT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-rresult+= ocaml-rresult>=0.6.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-rresult+= ocaml-rresult>=0.6.0nb1
|
|
BUILDLINK_PKGSRCDIR.ocaml-rresult?= ../../devel/ocaml-rresult
|
|
|
|
.endif # OCAML_RRESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-rresult
|