aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rdup.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-10 21:03:08 -0800
committerAdam Vandenberg2013-11-10 21:03:16 -0800
commit3fedd5e4d72d1b32586b2e5b96d68944781c97bd (patch)
treecbfd71ae1ccc8cf929dec78b135001a5ff4bf35d /Library/Formula/rdup.rb
parentdb19e513580e1b2da25d42e2eba1cd3634273e19 (diff)
downloadhomebrew-3fedd5e4d72d1b32586b2e5b96d68944781c97bd.tar.bz2
rdup depends on mcrypt for encryption
Closes #24096.
Diffstat (limited to 'Library/Formula/rdup.rb')
-rw-r--r--Library/Formula/rdup.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rdup.rb b/Library/Formula/rdup.rb
index 060ba370a..83092aba7 100644
--- a/Library/Formula/rdup.rb
+++ b/Library/Formula/rdup.rb
@@ -11,6 +11,7 @@ class Rdup < Formula
depends_on 'pcre'
depends_on 'glib'
depends_on 'libarchive'
+ depends_on 'mcrypt'
def install
ENV.deparallelize