aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 21:51:50 -0500
committerJack Nagel2014-12-04 21:51:50 -0500
commitfad929edd068dc3db40b38fa89ed215c6eb3887f (patch)
treebe2059e57e57de3fabefa6f856f033685dd34bd9 /Library
parent84827320626f9e906a3f9e53eaf109beb9ecdc5d (diff)
downloadhomebrew-fad929edd068dc3db40b38fa89ed215c6eb3887f.tar.bz2
virtuoso: use Homebrew openssl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/virtuoso.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb
index 0f3a0c177..59715fb1b 100644
--- a/Library/Formula/virtuoso.rb
+++ b/Library/Formula/virtuoso.rb
@@ -15,6 +15,7 @@ class Virtuoso < Formula
# If gawk isn't found, make fails deep into the process.
depends_on 'gawk' => :build
+ depends_on "openssl"
conflicts_with 'unixodbc', :because => 'Both install `isql` binaries.'