aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-16 21:10:12 -0800
committerAdam Vandenberg2012-02-16 21:10:12 -0800
commit8c954b6a21b8cc525fe2cb6bcae0e6dd5f236109 (patch)
tree32c5637899159e508cd1d27f4f00c1d9d268c9b5 /Library/Formula
parent0b049a0fa241d876485244e5872efbb77885be00 (diff)
downloadhomebrew-8c954b6a21b8cc525fe2cb6bcae0e6dd5f236109.tar.bz2
qcachegrind: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qcachegrind.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/qcachegrind.rb b/Library/Formula/qcachegrind.rb
index b02842ba5..0033a9c07 100644
--- a/Library/Formula/qcachegrind.rb
+++ b/Library/Formula/qcachegrind.rb
@@ -1,12 +1,12 @@
require 'formula'
class Qcachegrind < Formula
- url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz'
homepage 'http://kcachegrind.sourceforge.net/'
+ url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz'
md5 '39376990a9ea2e9f1b75f43f9104fd70'
depends_on 'graphviz' => :optional
- depends_on 'qt'
+ depends_on 'qt'
def install
cd 'qcachegrind'
@@ -16,6 +16,6 @@ class Qcachegrind < Formula
end
def test
- system 'qcachegrind'
+ system "#{bin}/qcachegrind"
end
end