diff options
Diffstat (limited to 'Library/Formula/swfmill.rb')
| -rw-r--r-- | Library/Formula/swfmill.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/swfmill.rb b/Library/Formula/swfmill.rb index e638becd3..36818291b 100644 --- a/Library/Formula/swfmill.rb +++ b/Library/Formula/swfmill.rb @@ -4,10 +4,11 @@ class Swfmill < Formula homepage 'http://swfmill.org' url 'http://swfmill.org/releases/swfmill-0.3.3.tar.gz' sha1 '7aa2c674e20f5649985b6dde3838393c5efefb6e' + revision 1 depends_on 'pkg-config' => :build - depends_on :freetype - depends_on :libpng + depends_on 'freetype' + depends_on 'libpng' def install # Use inreplace instead of a patch due to newlines |
