aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fb-client.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-17 10:20:11 -0700
committerAdam Vandenberg2013-08-17 10:20:11 -0700
commit9ac57d42ec3ac0c652bfdc5f236f13439c15e31f (patch)
tree5febb5c40f5b1719ffbbc27c4d53082562b663d9 /Library/Formula/fb-client.rb
parentfef28141f4cf2ab869e92c4b153354a425680eb1 (diff)
downloadhomebrew-9ac57d42ec3ac0c652bfdc5f236f13439c15e31f.tar.bz2
Mark fb-client and findbugs as conflicting
Closes #21710.
Diffstat (limited to 'Library/Formula/fb-client.rb')
-rw-r--r--Library/Formula/fb-client.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/fb-client.rb b/Library/Formula/fb-client.rb
index 0cffddbe1..b9d53f693 100644
--- a/Library/Formula/fb-client.rb
+++ b/Library/Formula/fb-client.rb
@@ -5,6 +5,9 @@ class FbClient < Formula
url 'https://paste.xinu.at/data/client/fb-1.1.4.tar.gz'
sha1 '03483b5cdda9d27121941ddd10ffd20967f3f63b'
+ conflicts_with 'findbugs',
+ :because => "findbugs and fb-client both install a `fb` binary"
+
def install
system "make", "PREFIX=#{prefix}", "install"
end