Skip to content

Commit

Permalink
gnu-getopt: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Mar 2, 2016
1 parent 54e384e commit c7e9d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/gnu-getopt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class GnuGetopt < Formula
sha256 "88a02cd609a91253e9b996a1fcb1e8837161673e413fe792e5d05aa3ff9a94cf" => :mountain_lion
end

depends_on "gettext"

keg_only :provided_by_osx

depends_on "gettext"

def install
inreplace "Makefile" do |s|
gettext = Formula["gettext"]
Expand Down

0 comments on commit c7e9d85

Please sign in to comment.