Skip to content

Commit

Permalink
xplanet: migrate to pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 20, 2024
1 parent 48ca5b2 commit fa71189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/x/xplanet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Xplanet < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff1ddc436b45234444d121e117b299ec702da829391200dfae26547114834d02"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "freetype"
depends_on "giflib"
depends_on "jpeg-turbo"
Expand Down Expand Up @@ -75,7 +75,7 @@ def install
]
args << "--with-aqua" if OS.mac?

system "./configure", *std_configure_args, *args
system "./configure", *args, *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit fa71189

Please sign in to comment.