lcm: fix dependency order

This commit is contained in:
commitay 2018-09-18 07:33:17 +10:00
parent b1fde0a3f8
commit cb00806fee

View file

@ -16,10 +16,10 @@ class Lcm < Formula
head do
url "https://github.com/lcm-proj/lcm.git"
depends_on "xz" => :build
depends_on "libtool" => :build
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "xz" => :build
end
deprecated_option "with-python3" => "with-python"