diff options
Diffstat (limited to 'Library/Formula/scrollkeeper.rb')
| -rw-r--r-- | Library/Formula/scrollkeeper.rb | 3 |
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}", |
