Add gd dependency to libwmf.

From libwmf's homepage:
    "Export to PNG and JPEG uses Thomas Boutell's GD library."
master
Adam Vandenberg 2010-03-11 15:36:23 -08:00
parent 0017415e0f
commit f842de580a
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ class Libwmf <Formula
url 'http://downloads.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz'
homepage 'http://wvware.sourceforge.net/libwmf.html'
md5 'd1177739bf1ceb07f57421f0cee191e0'
depends_on 'gd'
def install
ENV.libpng
@ -11,7 +13,6 @@ class Libwmf <Formula
"--prefix=#{prefix}",
"--with-freetype=/usr/X11"
system "make"
ENV.j1 # yet another rubbish Makefile
system "make install"
end