Skip to content

Commit fe6a90f

Browse files
authored
coot: use "pkgconf" instead of pkg-config (#2166)
1 parent 63ea690 commit fe6a90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/coot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Coot < Formula
1818
depends_on "automake" => :build
1919
depends_on "glm" => :build
2020
depends_on "libtool" => :build
21-
depends_on "pkg-config" => :build
21+
depends_on "pkgconf" => :build
2222
depends_on "swig" => :build
2323
depends_on "adwaita-icon-theme"
2424
depends_on "boost"

0 commit comments

Comments
 (0)