irods/sleuthkit conflict

This commit is contained in:
Adam Vandenberg 2013-11-09 23:04:58 -08:00
parent 852e5bf3d9
commit 8e04917c17
2 changed files with 4 additions and 0 deletions

View file

@ -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'

View file

@ -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