aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
diff options
context:
space:
mode:
authorRuben Fonseca2011-07-25 17:17:15 +0100
committerAdam Vandenberg2011-07-25 09:21:26 -0700
commit51ba1ed312061edc7a0b4f861dba9dd45f798ab3 (patch)
treeb3ff5e32ef604dda89c573c5edc00bcab4175876 /Library/Formula/graphviz.rb
parent57286a185d4e2a803a0dcdc92f7e4163f4c72741 (diff)
downloadhomebrew-51ba1ed312061edc7a0b4f861dba9dd45f798ab3.tar.bz2
graphviz 2.28.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/graphviz.rb')
-rw-r--r--Library/Formula/graphviz.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 6a9a8e18f..b9def84ea 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -1,8 +1,8 @@
require 'formula'
class Graphviz < Formula
- url 'http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.26.3.tar.gz'
- md5 '6f45946fa622770c45609778c0a982ee'
+ url 'http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz'
+ md5 '8d26c1171f30ca3b1dc1b429f7937e58'
homepage 'http://graphviz.org/'
depends_on 'pkg-config' => :build
@@ -21,6 +21,7 @@ class Graphviz < Formula
# Various language bindings fail with 32/64 issues.
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
+ "--with-qt=no",
"--disable-quartz",
"--disable-java",
"--disable-ocaml",