liblastfm: fix dependency order

This commit is contained in:
commitay 2018-09-18 07:45:19 +10:00
parent 876bcbda50
commit 2dda11f1b4

View file

@ -14,11 +14,11 @@ class Liblastfm < Formula
sha256 "0d5342788a8f4eb95ea970d2247e829d7dac17db2d43713aacbf4617e742bbba" => :yosemite
end
depends_on "pkg-config" => :build
depends_on "cmake" => :build
depends_on "qt"
depends_on "pkg-config" => :build
depends_on "fftw"
depends_on "libsamplerate"
depends_on "qt"
def install
mkdir "build" do