Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
md5sha1sum/polarssl conflict
  • Loading branch information
adamv committed Nov 13, 2013
1 parent 3205896 commit 9e7fef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/md5sha1sum.rb
Expand Up @@ -5,6 +5,8 @@ class Md5sha1sum < Formula
url 'http://www.microbrew.org/tools/md5sha1sum/md5sha1sum-0.9.5.tar.gz'
sha1 '84a46bfd2b49daa0a601a9c55b7d87c27e19ef87'

conflicts_with 'polarssl', :because => 'both install conflicting binaries'

def install
system "./configure", "--prefix=#{prefix}"
system "make"
Expand Down
2 changes: 2 additions & 0 deletions Formula/polarssl.rb
Expand Up @@ -7,6 +7,8 @@ class Polarssl < Formula

depends_on 'cmake' => :build

conflicts_with 'md5sha1sum', :because => 'both install conflicting binaries'

def install
system "cmake", ".", *std_cmake_args
system "make"
Expand Down

0 comments on commit 9e7fef8

Please sign in to comment.