Skip to content

Commit

Permalink
Make nginx-full depend with perl (#361)
Browse files Browse the repository at this point in the history
Resolved #361.
  • Loading branch information
denji authored Jan 21, 2019
1 parent b3b8462 commit 78f31e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/nginx-full.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def self.third_party_modules
else
depends_on "openssl"
end
depends_on "perl" if build.with?("perl")
depends_on "libzip" if build.with?("unzip")
depends_on "libxml2" if build.with?("xslt")
depends_on "libxslt" if build.with?("xslt")
Expand Down

0 comments on commit 78f31e8

Please sign in to comment.