From 17088808de2b4f76f19dedfe14ee09079ff33335 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 22 Jul 2015 11:16:53 -0700 Subject: [PATCH] httpry: no longer needs bsdmake Fixes Homebrew/homebrew#42025. Closes Homebrew/homebrew#42027. Signed-off-by: Misty De Meo --- Formula/httpry.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/httpry.rb b/Formula/httpry.rb index b358911373..bdae22532b 100644 --- a/Formula/httpry.rb +++ b/Formula/httpry.rb @@ -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/*"]