13 lines
349 B
Makefile
13 lines
349 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/08/17 15:55:53 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_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result
|
|
.endif # OCAML_RESULT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-result
|