Skip to content

Commit

Permalink
Correct dependencies
Browse files Browse the repository at this point in the history
`getopt` and `pcre` are runtime dependencies.
  • Loading branch information
elskwid committed May 16, 2013
1 parent f592e59 commit d6b3d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/hardlink.rb
Expand Up @@ -12,8 +12,8 @@ class Hardlink < Formula
end

depends_on "pkg-config" => :build
depends_on "gnu-getopt" => :build
depends_on "pcre" => :build
depends_on "gnu-getopt"
depends_on "pcre"

def install
system "make", "PREFIX=#{prefix}", "MANDIR=#{man}", "BINDIR=#{bin}",
Expand Down

0 comments on commit d6b3d62

Please sign in to comment.