Skip to content

Commit 50faef7

Browse files
authored
Merge pull request #199382 from Homebrew/asymptote-openvino-pkgconf
asymptote openvino: migrate to `pkgconf`
2 parents 241559e + be65edd commit 50faef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Formula/a/asymptote.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Asymptote < Formula
2121
end
2222

2323
depends_on "glm" => :build
24-
depends_on "pkg-config" => :build
24+
depends_on "pkgconf" => :build
2525
depends_on "fftw"
2626
depends_on "ghostscript"
2727
depends_on "gsl"

Formula/o/openvino.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Openvino < Formula
2424

2525
depends_on "cmake" => [:build, :test]
2626
depends_on "flatbuffers" => :build
27-
depends_on "pkg-config" => [:build, :test]
27+
depends_on "pkgconf" => [:build, :test]
2828
depends_on "protobuf@21" => :build
2929
depends_on "pybind11" => :build
3030
depends_on "python-setuptools" => :build

0 commit comments

Comments
 (0)