aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 12:44:24 -0700
committerAdam Vandenberg2012-10-21 13:24:02 -0700
commit1bae92007d638500976bad2ac9a138ec86e99b60 (patch)
tree22991df64e8bae2965795e61d57e9df8b5a742e9 /Library/Formula
parent710b90748717aebf457ae790267cdd408c98462c (diff)
downloadhomebrew-1bae92007d638500976bad2ac9a138ec86e99b60.tar.bz2
voms: fix audit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/voms.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/voms.rb b/Library/Formula/voms.rb
index e8dd5379b..8ed7bb0c8 100644
--- a/Library/Formula/voms.rb
+++ b/Library/Formula/voms.rb
@@ -9,8 +9,6 @@ class Voms < Formula
depends_on :automake => :build
depends_on :libtool => :build
- # depends_on "openssl"
-
def install
system "sh autogen.sh"
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"