graphviz: fix nits

Closes Homebrew/homebrew#49885.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-03-08 18:54:05 +00:00 committed by Xu Cheng
parent 58cad23d2f
commit 3cf6d01c97

View file

@ -5,14 +5,6 @@ class Graphviz < Formula
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/g/graphviz/graphviz_2.38.0.orig.tar.gz"
sha256 "81aa238d9d4a010afa73a9d2a704fc3221c731e1e06577c2ab3496bdef67859e"
head do
url "https://github.com/ellson/graphviz.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end
bottle do
revision 1
sha256 "cf69eac548a5c02aacc966706fc4a922176059414fbe453680aae4552fc019dc" => :el_capitan
@ -21,7 +13,15 @@ class Graphviz < Formula
sha256 "a8d9c8d59af854970bfffa16dc62cb584383887053a4ded39cfbbfdabac624bc" => :mountain_lion
end
# To find Ruby and Co.
head do
url "https://github.com/ellson/graphviz.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end
# https://github.com/Homebrew/homebrew/issues/14566
env :std
option :universal