mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
remove openssl_devel and change to use openssl instead since they conflict.
This commit is contained in:
@@ -8,7 +8,7 @@ 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_devel'
|
||||
depends_on 'openssl'
|
||||
depends_on 'ncurses'
|
||||
|
||||
def self.build # self.build contains commands needed to build the software from source
|
||||
|
||||
Reference in New Issue
Block a user