File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.1 2026/01/25 19:37:59 alnsn Exp $
1+ # $NetBSD: Makefile,v 1.2 2026/01/25 20:41:40 alnsn Exp $
22
33DISTNAME = ounit2-2.2.7
44PKGNAME = ocaml-${DISTNAME}
@@ -18,4 +18,8 @@ DUNE_BUILD_PACKAGES= ounit2
1818TEST_TARGET = test
1919
2020.include "../../lang/ocaml/ocaml.mk"
21+
22+ .include "../../devel/ocaml-seq/buildlink3.mk"
23+ .include "../../devel/ocaml-stdlib-shims/buildlink3.mk"
24+
2125.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1+ # $NetBSD: buildlink3.mk,v 1.1 2026/01/25 20:41:40 alnsn Exp $
2+
3+ BUILDLINK_TREE+ = ocaml-ounit2
4+
5+ .if !defined(OCAML_OUNIT2_BUILDLINK3_MK)
6+ OCAML_OUNIT2_BUILDLINK3_MK: =
7+
8+ BUILDLINK_API_DEPENDS.ocaml-ounit2+ = ocaml-ounit2>=2.2.7
9+ BUILDLINK_ABI_DEPENDS.ocaml-ounit2+ = ocaml-ounit2>=2.2.7
10+ BUILDLINK_PKGSRCDIR.ocaml-ounit2? = ../../devel/ocaml-ounit2
11+
12+ .endif # OCAML_OUNIT2_BUILDLINK3_MK
13+
14+ BUILDLINK_TREE+ = -ocaml-ounit2
You can’t perform that action at this time.
0 commit comments