Skip to content

Commit

Permalink
Update bc.rb for missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Jul 27, 2017
1 parent 98f46c8 commit 7e1a319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Bc < Package
depends_on 'readline'
depends_on 'flex' => :build
depends_on 'ed' => :build
depends_on 'texinfo' => :build

def self.build
system "./configure", "--with-readline"
Expand Down

0 comments on commit 7e1a319

Please sign in to comment.