aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJosa Gesell2014-12-03 12:46:02 +0100
committerJack Nagel2014-12-03 17:37:04 -0500
commit4bab86980030fc5b2b3464a5b0ed10900d482337 (patch)
tree1c1dec8a021db87eb3043174398af08f51fe598c /Library/Formula
parent560d97cfbdd130be9a7ef55f1a3f82f9a02bb649 (diff)
downloadhomebrew-4bab86980030fc5b2b3464a5b0ed10900d482337.tar.bz2
x3270 add dependency openssl
Closes #34630. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/x3270.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/x3270.rb b/Library/Formula/x3270.rb
index 734249892..4463cc6e9 100644
--- a/Library/Formula/x3270.rb
+++ b/Library/Formula/x3270.rb
@@ -12,6 +12,7 @@ class X3270 < Formula
end
depends_on :x11
+ depends_on "openssl"
option "with-c3270", "Include c3270 (curses-based version)"
option "with-s3270", "Include s3270 (displayless version)"