Commit 9d24f90 1 parent 0827992 commit 9d24f90 Copy full SHA for 9d24f90
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # $NetBSD: Makefile,v 1.3 2019/05/29 03:23:28 mef Exp $
1
+ # $NetBSD: Makefile,v 1.4 2019/06/17 09:19:57 jaapb Exp $
2
2
3
3
DISTNAME = fmt-0.8.5
4
4
PKGNAME = ocaml-${DISTNAME}
5
+ PKGREVISION = 1
5
6
CATEGORIES = devel
6
7
MASTER_SITES = https://erratique.ch/software/fmt/releases/
7
8
EXTRACT_SUFX = .tbz
@@ -16,10 +17,9 @@ USE_LANGUAGES= # none
16
17
OCAML_USE_TOPKG = yes
17
18
OCAML_USE_OPAM = yes
18
19
20
+ .include "../../mk/ocaml.mk"
19
21
.include "../../devel/ocamlbuild/buildlink3.mk"
20
22
.include "../../devel/ocaml-cmdliner/buildlink3.mk"
21
23
.include "../../devel/ocaml-result/buildlink3.mk"
22
- .include "../../misc/ocaml-topkg/buildlink3.mk"
23
24
.include "../../textproc/ocaml-uchar/buildlink3.mk"
24
- .include "../../mk/ocaml.mk"
25
25
.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1
- # $NetBSD: buildlink3.mk,v 1.1 2019/03/12 17:41:27 jaapb Exp $
1
+ # $NetBSD: buildlink3.mk,v 1.2 2019/06/17 09:19:57 jaapb Exp $
2
2
3
3
BUILDLINK_TREE+ = ocaml-fmt
4
4
5
5
.if !defined(OCAML_FMT_BUILDLINK3_MK)
6
6
OCAML_FMT_BUILDLINK3_MK: =
7
7
8
8
BUILDLINK_API_DEPENDS.ocaml-fmt+ = ocaml-fmt>=0.8.5
9
+ BUILDLINK_ABI_DEPENDS.ocaml-fmt+ = ocaml-fmt>=0.8.5nb1
9
10
BUILDLINK_PKGSRCDIR.ocaml-fmt? = ../../devel/ocaml-fmt
10
11
11
12
.endif # OCAML_FMT_BUILDLINK3_MK
You can’t perform that action at this time.
0 commit comments