aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shell.fm.rb
diff options
context:
space:
mode:
authorMax Howell2010-01-06 20:54:55 +0000
committerMax Howell2010-01-06 21:02:36 +0000
commit06d877d9d1ac3e9e46a7b9be69fa32dc683324c9 (patch)
tree1df009871459218a4161e9867978a0bff4e5e663 /Library/Formula/shell.fm.rb
parentfc3915c4c9ffcd1108055034fa605264137f5116 (diff)
downloadhomebrew-06d877d9d1ac3e9e46a7b9be69fa32dc683324c9.tar.bz2
Shell.fm depends_on pkg-config
Fixes #399
Diffstat (limited to 'Library/Formula/shell.fm.rb')
-rw-r--r--Library/Formula/shell.fm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb
index 27fdd6399..10efe7a54 100644
--- a/Library/Formula/shell.fm.rb
+++ b/Library/Formula/shell.fm.rb
@@ -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"