aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorkei2011-03-09 16:14:17 +0900
committerAdam Vandenberg2011-03-11 20:54:23 -0800
commitf57463eee6333f8dbeb42a122290677d6c755871 (patch)
tree005952f1ba0781a56022b89c46f22a2adb0d65c6 /Library/Formula
parentaa654e49d98da054b4cbd21d524e5773aafb9dc3 (diff)
downloadhomebrew-f57463eee6333f8dbeb42a122290677d6c755871.tar.bz2
fix phantomjs install command
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/phantomjs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index e3c0d519d..e63044057 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -9,7 +9,7 @@ class Phantomjs <Formula
depends_on 'qt'
def install
- system "qmake"
+ system "qmake -spec macx-g++"
system "make"
bin.install "bin/phantomjs.app/Contents/MacOS/phantomjs"
end