8dcf78270e
Changes include: mostly bugfixes, plus improvements to the build system and minor enhancements.
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-zarith
|
|
|
|
.if !defined(OCAML_ZARITH_BUILDLINK3_MK)
|
|
OCAML_ZARITH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.7
|
|
BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
.endif # OCAML_ZARITH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-zarith
|