aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2015-04-19 15:43:10 +0100
committerMike McQuaid2015-04-21 10:16:58 +0100
commita4a024f62f77e36c462e0df9188ec0da468ad96e (patch)
treedb84bcc620832d436af728da8fdcd287bea3754d /Library/Formula
parent89b94f1e05e73909ff51feaba66dcb197fbc921a (diff)
downloadhomebrew-a4a024f62f77e36c462e0df9188ec0da468ad96e.tar.bz2
x11vnc: add openssl dependency.
Closes #38816. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/x11vnc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/x11vnc.rb b/Library/Formula/x11vnc.rb
index b67293ed1..f08503ad5 100644
--- a/Library/Formula/x11vnc.rb
+++ b/Library/Formula/x11vnc.rb
@@ -6,6 +6,7 @@ class X11vnc < Formula
sha1 'f011d81488ac94dc8dce2d88739c23bd85a976fa'
depends_on :x11 => :optional
+ depends_on 'openssl'
depends_on 'jpeg'
# Patch solid.c so a non-void function returns a NULL instead of a void.