diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spiped.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb index 41af543d1..916b81654 100644 --- a/Library/Formula/spiped.rb +++ b/Library/Formula/spiped.rb @@ -5,7 +5,7 @@ class Spiped < Formula url 'https://www.tarsnap.com/spiped/spiped-1.2.2.tgz' sha256 'a9eb4681e4ccd5d86b8a2d4e16785db8ba10d8a9f7f732485511fd4b92dff1ec' - depends_on :bsdmake => :build + depends_on :bsdmake def install system "bsdmake", "BINDIR_DEFAULT=#{bin}", "install" |
