From 77f93ca7a373c4831bd8b9c78ceb437d6956369c Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 1 Nov 2015 23:13:09 +0100 Subject: [PATCH] irods: conflicts with renameutils --- Formula/irods.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/irods.rb b/Formula/irods.rb index 16e1541b5b..0af58bc6cc 100644 --- a/Formula/irods.rb +++ b/Formula/irods.rb @@ -19,6 +19,9 @@ class Irods < Formula depends_on :osxfuse => :optional depends_on "openssl" + conflicts_with "renameutils", + :because => "both install `icp` and `imv` binaries" + def install cd "iRODS" do system "./scripts/configure"