Skip to content

Commit

Permalink
crush-tools/aggregate conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 8, 2013
1 parent f47e0a8 commit b575c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/aggregate.rb
Expand Up @@ -5,6 +5,8 @@ class Aggregate < Formula
url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz'
sha1 '13420baf4f3f93dbed3c380ab6cca175609c5d7d'

conflicts_with 'crush-tools', :because => 'both install an `aggregate` binary'

def install
bin.mkpath
man1.mkpath
Expand Down
2 changes: 2 additions & 0 deletions Formula/crush-tools.rb
Expand Up @@ -8,6 +8,8 @@ class CrushTools < Formula

depends_on 'pcre'

conflicts_with 'aggregate', :because => 'both install an `aggregate` binary'

def install
# find Homebrew's libpcre
ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib"
Expand Down

0 comments on commit b575c55

Please sign in to comment.