diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ocaml-base64/Makefile | 2 | ||||
-rw-r--r-- | converters/ocaml-jsonm/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/converters/ocaml-base64/Makefile b/converters/ocaml-base64/Makefile index bdca5cee0bc0..d37356e985ec 100644 --- a/converters/ocaml-base64/Makefile +++ b/converters/ocaml-base64/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Base64 encoding and decoding in OCaml +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild + USE_GITHUB= yes GH_ACCOUNT= mirage GH_PROJECT= ocaml-base64 diff --git a/converters/ocaml-jsonm/Makefile b/converters/ocaml-jsonm/Makefile index dbb5e34fff15..600ccac12ce8 100644 --- a/converters/ocaml-jsonm/Makefile +++ b/converters/ocaml-jsonm/Makefile @@ -13,6 +13,7 @@ COMMENT= Non-blocking streaming JSON codec for OCaml LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${SA_DIR}/uutf/uutf.a:devel/ocaml-uutf +BUILD_DEPENDS+= ocamlbuild:devel/ocaml-ocamlbuild RUN_DEPENDS= ${SA_DIR}/uutf/uutf.a:devel/ocaml-uutf USES= tar:tbz |