aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libdvdread.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/libdvdread.rb b/Library/Formula/libdvdread.rb
index ed19e2d99..b535c6ae1 100644
--- a/Library/Formula/libdvdread.rb
+++ b/Library/Formula/libdvdread.rb
@@ -5,9 +5,12 @@ class Libdvdread <Formula
homepage 'http://www.dtek.chalmers.se/groups/dvd/'
md5 '078788c9241ae16763529e1235502337'
+ depends_on 'libdvdcss' => :optional
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "--mandir=#{man}"
+ "--prefix=#{prefix}", "--mandir=#{man}",
+ "--with-libdvdcss"
system "make install"
end
end