irods/sleuthkit conflict
This commit is contained in:
parent
852e5bf3d9
commit
8e04917c17
2 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue