aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yaz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/yaz.rb')
-rw-r--r--Library/Formula/yaz.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/yaz.rb b/Library/Formula/yaz.rb
index 7b97c530f..a7dbe2cf7 100644
--- a/Library/Formula/yaz.rb
+++ b/Library/Formula/yaz.rb
@@ -8,8 +8,6 @@ class Yaz <Formula
homepage 'http://www.indexdata.com/yaz'
md5 'e72edf163640a6a61fd41c12f2c01d2d'
- # depends_on 'openssl' # we can suffice with the os x default for now
-
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"