bibtex2html: mark ocaml as build dep, remove hevea
Closes #44357. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3242a3c909
commit
1058233a48
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue