diff options
| author | Adam Vandenberg | 2013-11-09 23:04:58 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-09 23:05:26 -0800 | 
| commit | 3869f6714c8548a129ef59a656eda78876bc7a89 (patch) | |
| tree | dff791eba37a19110e64962a8832aca7e3e81578 | |
| parent | f25b45cd9c5d6f082108d8b199a03370e6f56937 (diff) | |
| download | homebrew-3869f6714c8548a129ef59a656eda78876bc7a89.tar.bz2 | |
irods/sleuthkit conflict
| -rw-r--r-- | Library/Formula/irods.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sleuthkit.rb | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/Library/Formula/irods.rb b/Library/Formula/irods.rb index 7f09526a7..0b2768aa2 100644 --- a/Library/Formula/irods.rb +++ b/Library/Formula/irods.rb @@ -5,6 +5,8 @@ class Irods < Formula    url 'https://www.irods.org/cgi-bin/upload16.cgi/irods3.2.tgz'    sha1 'd1dd7787e69cfda96b7719af2e50ffbc68485a23' +  conflicts_with 'sleuthkit', :because => 'both install `ils`' +    option 'with-fuse', 'Install iRODS FUSE client'    depends_on 'fuse4x' if build.include? 'with-fuse' diff --git a/Library/Formula/sleuthkit.rb b/Library/Formula/sleuthkit.rb index be8ce96a7..c4ecbb353 100644 --- a/Library/Formula/sleuthkit.rb +++ b/Library/Formula/sleuthkit.rb @@ -13,6 +13,8 @@ class Sleuthkit < Formula      depends_on :libtool    end +  conflicts_with 'irods', :because => 'both install `ils`' +    option 'with-jni', "Build Sleuthkit with JNI bindings"    depends_on :ant | 
