diff options
| author | Adam Vandenberg | 2013-11-12 21:53:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 21:53:58 -0800 |
| commit | d97c53067dc7f378545ec7e14891b4e55f19dacb (patch) | |
| tree | 3b8351219fd422f75d0da3ca6830627267a1d2b0 | |
| parent | 59427500f2324690ca7b13d498e51d3d80bbfe68 (diff) | |
| download | homebrew-d97c53067dc7f378545ec7e14891b4e55f19dacb.tar.bz2 | |
unixodbc/virtuoso conflict
| -rw-r--r-- | Library/Formula/unixodbc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/virtuoso.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/unixodbc.rb b/Library/Formula/unixodbc.rb index b3d164f4c..8589f8249 100644 --- a/Library/Formula/unixodbc.rb +++ b/Library/Formula/unixodbc.rb @@ -5,6 +5,8 @@ class Unixodbc < Formula url 'http://www.unixodbc.org/unixODBC-2.3.1.tar.gz' sha1 '815cbc4f34e1a6d95daf3a5ab74e6ed3a586aad7' + conflicts_with 'virtuoso', :because => 'Both install `isql` binaries.' + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb index c72c18c80..06af54cfa 100644 --- a/Library/Formula/virtuoso.rb +++ b/Library/Formula/virtuoso.rb @@ -16,6 +16,8 @@ class Virtuoso < Formula # If gawk isn't found, make fails deep into the process. depends_on 'gawk' => :build + conflicts_with 'unixodbc', :because => 'Both install `isql` binaries.' + skip_clean :la def install |
