From 2fdd8cb58924b2ed28d0dfb6b2f4b844d21bee34 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Oct 2013 13:25:57 -0500 Subject: liblastfm: depends on pkg-config Fixes #23370. --- Library/Formula/liblastfm.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 6743eb44b..0d97fd6c1 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -6,6 +6,7 @@ class Liblastfm < Formula version '0.3.3.1' sha1 '68c0d23364afd7e6bb5dbd9b71419d808fe0d005' + depends_on 'pkg-config' => :build depends_on 'qt' depends_on 'fftw' depends_on 'libsamplerate' -- cgit v1.2.3