diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fltk.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/fltk.rb b/Library/Formula/fltk.rb index 34761ad96..e0b635436 100644 --- a/Library/Formula/fltk.rb +++ b/Library/Formula/fltk.rb @@ -1,13 +1,14 @@ require 'formula' class Fltk < Formula - url 'http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz' homepage 'http://www.fltk.org/' + url 'http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz' md5 '44d5d7ba06afdd36ea17da6b4b703ca3' devel do - url 'http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9013.tar.bz2' - md5 '9c5eb9eb8642be56cb68e7c5b1c98611' + url 'http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9327.tar.bz2' + md5 '3205e5da58069ec7a1e487e6941cccd4' + version '1.3.x-r9327' end depends_on 'jpeg' @@ -19,8 +20,6 @@ class Fltk < Formula def install ENV.libpng - system "autoconf" if ARGV.build_head? - system "./configure", "--prefix=#{prefix}", "--enable-threads" system "make install" end |
