diff options
Diffstat (limited to 'devel/ocaml-res/Makefile')
-rw-r--r-- | devel/ocaml-res/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-res/Makefile b/devel/ocaml-res/Makefile index c8de3cdb1f32..4bd4495e3340 100644 --- a/devel/ocaml-res/Makefile +++ b/devel/ocaml-res/Makefile @@ -13,6 +13,8 @@ COMMENT= Automatically Resizing Contiguous Memory for OCaml LICENSE= LGPL20+ # source says LGPL20+, COPYING says LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.txt +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild + USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes |