diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/voltdb.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/voltdb.rb b/Library/Formula/voltdb.rb index 1b9174d8d..d7b09e01b 100644 --- a/Library/Formula/voltdb.rb +++ b/Library/Formula/voltdb.rb @@ -6,6 +6,8 @@ class Voltdb < Formula url 'https://github.com/VoltDB/voltdb/archive/voltdb-3.5.0.1.tar.gz' sha1 'ce4d890967c6f3f8772dd66e65d5a3aeb85cd5f3' + depends_on :ant + def install system 'ant' |
