aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scrollkeeper.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-07-28 13:02:46 -0300
committerMisty De Meo2012-07-30 13:47:12 -0300
commit2814e3a9fa88acf262062a26af15d87dc9f572d6 (patch)
tree57d8ec99542d388e4755266ed5968fe70fc3f8b5 /Library/Formula/scrollkeeper.rb
parent08a18364e69013d728d3ecac5b12ca61a01fd623 (diff)
downloadhomebrew-2814e3a9fa88acf262062a26af15d87dc9f572d6.tar.bz2
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 <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/scrollkeeper.rb')
-rw-r--r--Library/Formula/scrollkeeper.rb3
1 files changed, 3 insertions, 0 deletions
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}",