From 1058233a48e31031990a51d5d4ae34050d246ed2 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Tue, 17 Sep 2019 12:59:30 -0400 Subject: [PATCH] bibtex2html: mark ocaml as build dep, remove hevea Closes #44357. Signed-off-by: FX Coudert --- Formula/bibtex2html.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/bibtex2html.rb b/Formula/bibtex2html.rb index de90133b7b..fa3dc5662b 100644 --- a/Formula/bibtex2html.rb +++ b/Formula/bibtex2html.rb @@ -12,8 +12,7 @@ class Bibtex2html < Formula sha256 "ba8aa5695eed41c522c20396b8509add1c0a45abead9e32a079e6c4a22507602" => :el_capitan end - depends_on "hevea" - depends_on "ocaml" + depends_on "ocaml" => :build def install ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat