Skip to content

Commit

Permalink
genometools: depends on pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed May 7, 2014
1 parent 93b0d2b commit d351fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genometools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Genometools < Formula
option 'without-pangocairo', 'Build without Pango/Cairo (disables AnnotationSketch tool)'
option 'with-hmmer', 'Build with HMMER (to enable protein domain search functionality in the ltrdigest tool)'

depends_on "pkg-config" => :build

if build.with? "pangocairo"
depends_on "cairo"
depends_on "pango"
Expand Down

0 comments on commit d351fba

Please sign in to comment.