12 lines
414 B
Makefile
12 lines
414 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/07/21 10:20:04 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-compiler-libs
|
|
|
|
.if !defined(OCAML_COMPILER_LIBS_BUILDLINK3_MK)
|
|
OCAML_COMPILER_LIBS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-compiler-libs+= ocaml-compiler-libs>=0.9.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-compiler-libs?= ../../devel/ocaml-compiler-libs
|
|
.endif # OCAML_COMPILER_LIBS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-compiler-libs
|