httpry: no longer needs bsdmake
Fixes Homebrew/homebrew#42025. Closes Homebrew/homebrew#42027. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
f6b964453c
commit
17088808de
1 changed files with 1 additions and 3 deletions
|
@ -12,10 +12,8 @@ class Httpry < Formula
|
|||
sha256 "01bcaee52ad4b3bc23d6b725996b8236d4d5a54cff7984c9bc7f733b44ea557c" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "bsdmake" => :build
|
||||
|
||||
def install
|
||||
system "bsdmake"
|
||||
system "make"
|
||||
bin.install "httpry"
|
||||
man1.install "httpry.1"
|
||||
doc.install Dir["doc/*"]
|
||||
|
|
Loading…
Reference in a new issue