13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 17:49:59 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_PKGSRCDIR.ocaml-rresult?= ../../devel/ocaml-rresult
|
|
|
|
.endif # OCAML_RRESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-rresult
|