Skip to content

Commit c3a6f2f

Browse files
authored
Merge pull request Homebrew#195921 from Homebrew/gettext-acl
gettext: add `acl` dependency
2 parents 1efc895 + 395ede2 commit c3a6f2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/g/gettext.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ class Gettext < Formula
1818
end
1919

2020
depends_on "libunistring"
21+
2122
uses_from_macos "libxml2"
2223
uses_from_macos "ncurses"
2324

25+
on_linux do
26+
depends_on "acl"
27+
end
28+
2429
def install
2530
args = [
2631
"--with-libunistring-prefix=#{Formula["libunistring"].opt_prefix}",

0 commit comments

Comments
 (0)