swfmill depends on pkg-config.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Larry Marburger 2010-01-25 17:10:38 -05:00 committed by Adam Vandenberg
parent 9d9deb496f
commit de2f5923fc
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class Swfmill <Formula
homepage 'http://swfmill.org' homepage 'http://swfmill.org'
md5 '88a634cad4d8d025c84c6e8916a8b1c4' md5 '88a634cad4d8d025c84c6e8916a8b1c4'
depends_on 'pkg-config'
def install def install
system "./configure", "--prefix=#{prefix}" system "./configure", "--prefix=#{prefix}"
system "make install" system "make install"