diff options
| author | Josa Gesell | 2014-12-03 12:46:02 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-03 17:37:04 -0500 |
| commit | 4bab86980030fc5b2b3464a5b0ed10900d482337 (patch) | |
| tree | 1c1dec8a021db87eb3043174398af08f51fe598c /Library/Formula | |
| parent | 560d97cfbdd130be9a7ef55f1a3f82f9a02bb649 (diff) | |
| download | homebrew-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.rb | 1 |
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)" |
