Skip to content

Commit

Permalink
ocaml-cohttp: add missing ocaml-jsonm dependency
Browse files Browse the repository at this point in the history
Fixes build
  • Loading branch information
0-wiz-0 committed Jun 3, 2022
1 parent d54778a commit 25f74c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion www/ocaml-cohttp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:36 jaapb Exp $
# $NetBSD: Makefile,v 1.8 2022/06/03 09:25:20 wiz Exp $

DISTNAME= ${GITHUB_PROJECT}-5.0.0
CATEGORIES= www
Expand All @@ -25,6 +25,7 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES}
.include "../../devel/ocaml-re/buildlink3.mk"
.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../devel/ocaml-stringext/buildlink3.mk"
.include "../../textproc/ocaml-jsonm/buildlink3.mk"
.include "../../www/ocaml-uri/buildlink3.mk"
.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions www/ocaml-cohttp/options.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.3 2022/05/11 14:16:37 jaapb Exp $
# $NetBSD: options.mk,v 1.4 2022/06/03 09:25:20 wiz Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-cohttp
PKG_SUPPORTED_OPTIONS= lwt js_of_ocaml # async
Expand All @@ -21,7 +21,7 @@ PLIST_VARS+= lwt jsoo # async
#.include "../../devel/ocaml-base/buildlink3.mk"
#.include "../../devel/ocaml-core_unix/buildlink3.mk"
#.include "../../net/ocaml-ipaddr/buildlink3.mk"
#PLIST.async= yes
#PLIST.async= yes
#DUNE_BUILD_PACKAGES+= cohttp-async
#OPAM_INSTALL_FILES+= cohttp-async
#OCAML_FINDLIB_DIRS+= cohttp-async
Expand Down

0 comments on commit 25f74c9

Please sign in to comment.