diff options
| author | Adam Vandenberg | 2010-05-12 20:07:52 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-05-12 20:07:52 -0700 | 
| commit | b6cd5a7c236c234cecbb6ea6388cff05e72a37e6 (patch) | |
| tree | 8c0d905c91c41ff0fbde12e1b7f032aa4069b82f | |
| parent | d66e8e3f63c5be509b8a222f6fe5dc157bf2ff00 (diff) | |
| download | homebrew-b6cd5a7c236c234cecbb6ea6388cff05e72a37e6.tar.bz2 | |
Abuse uses pkg-config now.
| -rw-r--r-- | Library/Formula/abuse.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/abuse.rb b/Library/Formula/abuse.rb index fb32707af..b6f94525a 100644 --- a/Library/Formula/abuse.rb +++ b/Library/Formula/abuse.rb @@ -10,6 +10,7 @@ class Abuse <Formula    homepage 'http://abuse.zoy.org/'    version 'trunk' +  depends_on 'pkg-config'    depends_on 'sdl'    depends_on 'libvorbis'  | 
