diff options
| author | Johnathan Conley | 2014-09-10 00:35:52 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-10 09:41:28 +0100 |
| commit | 3a8cc17822a9f2017c6ad50f10529a1b7d4e7c5a (patch) | |
| tree | ea6e6e62bd74bc8d25456b08793247cf79114607 /Library/Formula/apt-cacher-ng.rb | |
| parent | 8a2a59f6da3cf002f51bc38ee8d653614751499c (diff) | |
| download | homebrew-3a8cc17822a9f2017c6ad50f10529a1b7d4e7c5a.tar.bz2 | |
use new :osxfuse symbolic dependency
change formula to use :osxfuse symbolic dependency from #31975
Closes #32203.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/apt-cacher-ng.rb')
| -rw-r--r-- | Library/Formula/apt-cacher-ng.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/apt-cacher-ng.rb b/Library/Formula/apt-cacher-ng.rb index ff238ed78..58ec10fba 100644 --- a/Library/Formula/apt-cacher-ng.rb +++ b/Library/Formula/apt-cacher-ng.rb @@ -12,7 +12,7 @@ class AptCacherNg < Formula end depends_on 'cmake' => :build - depends_on 'osxfuse' => :build + depends_on :osxfuse => :build depends_on 'boost' => :build def install |
