Commit 442b38cc authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #478 from cstrouse/tmux-remove-openssl

Remove unnecessary dependency
parents 2ec87af6 df0c6804
......@@ -7,8 +7,6 @@ class Tmux < Package # name the pack
depends_on 'readline' # software dependencies
depends_on 'libevent'
# does this really depend on openssl? or just on libevent that depends on openssl
depends_on 'openssl'
depends_on 'ncurses'
def self.build # self.build contains commands needed to build the software from source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment