Update bc.rb to correct dependencies

parent 93a5b334
...@@ -8,8 +8,9 @@ class Bc < Package ...@@ -8,8 +8,9 @@ class Bc < Package
source_sha256 '62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a' source_sha256 '62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
depends_on 'readline' depends_on 'readline'
depends_on 'flex' => :build depends_on 'flex'
depends_on 'ed' => :build depends_on 'ed' => :build
depends_on 'texinfo' => :build
def self.build def self.build
system "./configure", "--with-readline" system "./configure", "--with-readline"
......
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