Skip to content

Commit 395ede2

Browse files
committed
gettext: add acl dependency
1 parent cfde8ea commit 395ede2

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)