diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xplanet.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/xplanet.rb b/Library/Formula/xplanet.rb index c09a9fae3..fa541eda5 100644 --- a/Library/Formula/xplanet.rb +++ b/Library/Formula/xplanet.rb @@ -27,11 +27,8 @@ class Xplanet < Formula depends_on "libtiff" => :recommended depends_on "netpbm" if build.with?("netpbm") || build.with?("all") - - if build.with?("pango") || build.with?("all") - depends_on "pango" - depends_on "cspice" - end + depends_on "pango" if build.with?("pango") || build.with?("all") + depends_on "cspice" if build.with?("cspice") || build.with?("all") depends_on :freetype depends_on :x11 |
