aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qcachegrind.rb11
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/qcachegrind.rb b/Library/Formula/qcachegrind.rb
index e0e238058..b02842ba5 100644
--- a/Library/Formula/qcachegrind.rb
+++ b/Library/Formula/qcachegrind.rb
@@ -1,19 +1,14 @@
require 'formula'
class Qcachegrind < Formula
- url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.0.tar.gz'
+ url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz'
homepage 'http://kcachegrind.sourceforge.net/'
- md5 '0001385bbc630afa353619de8768e946'
+ md5 '39376990a9ea2e9f1b75f43f9104fd70'
depends_on 'graphviz' => :optional
+ depends_on 'qt'
def install
- qt = Formula.factory 'qt'
- unless (qt.lib + 'Qt3Support.framework').exist?
- onoe 'QCachegrind requires Qt3Support. `brew install qt --with-qt3support`'
- exit 1
- end
-
cd 'qcachegrind'
system 'qmake -spec macx-g++ -config release'
system 'make'