Shell.fm depends_on pkg-config

Fixes Homebrew/homebrew#399
This commit is contained in:
Max Howell 2010-01-06 20:54:55 +00:00
parent 88aca2991d
commit f287b8e194

View file

@ -12,6 +12,7 @@ class ShellFm <Formula
# to build without it…
depends_on 'libao'
depends_on 'mad'
depends_on 'pkg-config'
def install
system "make"