From 2814e3a9fa88acf262062a26af15d87dc9f572d6 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sat, 28 Jul 2012 13:02:46 -0300 Subject: Add conflicts_with DSL method conflicts_with is a thin wrapper around Requirement which simplifies marking conflicts between formulae. Closes #13687. Signed-off-by: Misty De Meo --- Library/Formula/scrollkeeper.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula/scrollkeeper.rb') diff --git a/Library/Formula/scrollkeeper.rb b/Library/Formula/scrollkeeper.rb index 48a19ef80..b12255bf1 100644 --- a/Library/Formula/scrollkeeper.rb +++ b/Library/Formula/scrollkeeper.rb @@ -8,6 +8,9 @@ class Scrollkeeper < Formula depends_on 'gettext' depends_on 'docbook' + conflicts_with 'rarian', + :because => "scrollkeeper and rarian install the same binaries." + def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", -- cgit v1.2.3