aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scrollkeeper.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/scrollkeeper.rb b/Library/Formula/scrollkeeper.rb
index 32412e96c..48a19ef80 100644
--- a/Library/Formula/scrollkeeper.rb
+++ b/Library/Formula/scrollkeeper.rb
@@ -9,7 +9,9 @@ class Scrollkeeper < Formula
depends_on 'docbook'
def install
- system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}",
+ "--mandir=#{man}",
+ "--with-xml-catalog=#{etc}/xml/catalog"
system "make"
system "make install"
end