Skip to content

Commit 38fb901

Browse files
authored
Merge pull request #199243 from Homebrew/libqalculate-pkgconf
libqalculate: migrate to `pkgconf`
2 parents 615bf1b + 17bb0c9 commit 38fb901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/lib/libqalculate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Libqalculate < Formula
1515

1616
depends_on "gettext" => :build
1717
depends_on "intltool" => :build
18-
depends_on "pkg-config" => :build
18+
depends_on "pkgconf" => :build
1919
depends_on "gmp"
2020
depends_on "gnuplot"
2121
depends_on "mpfr"

0 commit comments

Comments
 (0)