diff options
| -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 |
