Skip to content

Commit

Permalink
portable-ruby: pkg-config -> pkgconf
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Dec 26, 2024
1 parent 6e0d3de commit b86e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/portable-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PortableRuby < PortableFormula
regex(/href=.*?ruby[._-]v?(\d+\.\d+\.(?:(?!0)\d+)(?:\.\d+)*)\.t/i)
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "portable-libyaml" => :build
depends_on "portable-openssl" => :build

Expand Down

0 comments on commit b86e1dc

Please sign in to comment.