5c15902895
In short: the current version of dune doesn't build/install everything anymore, just what it needs. The PLIST has been updated to reflect that.
13 lines
411 B
Makefile
13 lines
411 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2021/02/03 09:35:31 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-optint
|
|
|
|
.if !defined(OCAML_OPTINT_BUILDLINK3_MK)
|
|
OCAML_OPTINT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-optint+= ocaml-optint>=0.0.2
|
|
BUILDLINK_ABI_DEPENDS.ocaml-optint+= ocaml-optint>=0.0.4nb1
|
|
BUILDLINK_PKGSRCDIR.ocaml-optint?= ../../devel/ocaml-optint
|
|
.endif # OCAML_OPTINT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-optint
|