From c7f5e7dff17efb628b2fc574cbd535a925d6d6c5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 11 Apr 2012 14:37:29 -0500 Subject: fltk devel 1.3.x-r9327 Signed-off-by: Jack Nagel --- Library/Formula/fltk.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3