aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-03 16:28:37 +0000
committerMike McQuaid2015-02-03 16:28:37 +0000
commitefb005e32f913adc9b4b0d321f7af3b5c2810fef (patch)
tree36154170bfd6379456b7c5c92b486e6469001e23 /Library
parent3243c061f3b51d00fb147c9d043a09646e77a196 (diff)
downloadhomebrew-efb005e32f913adc9b4b0d321f7af3b5c2810fef.tar.bz2
phantomjs: remove openssl dependency.
Qt5 insists on linking against the system version.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/phantomjs.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index 550fdb40e..7eec4864e 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -25,8 +25,6 @@ class Phantomjs < Formula
head "https://github.com/ariya/phantomjs.git"
- depends_on "openssl"
-
def install
system "./build.sh", "--confirm", "--jobs", ENV.make_jobs,
"--qt-config", "-openssl-linked"