diff options
| author | Jack Nagel | 2013-11-13 11:01:29 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-13 11:02:20 -0600 |
| commit | c356bf77400b0d1ca83431330bf0750741fc24b1 (patch) | |
| tree | b7784428003d705c822aaec10c66420d8e633391 /Library/Formula/rdup.rb | |
| parent | 18c5d80e59b7656751704ecb6ebd92e58ecfd447 (diff) | |
| download | homebrew-c356bf77400b0d1ca83431330bf0750741fc24b1.tar.bz2 | |
Add more missing :autoconf deps
Diffstat (limited to 'Library/Formula/rdup.rb')
| -rw-r--r-- | Library/Formula/rdup.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rdup.rb b/Library/Formula/rdup.rb index 83092aba7..ccb0f1816 100644 --- a/Library/Formula/rdup.rb +++ b/Library/Formula/rdup.rb @@ -6,6 +6,7 @@ class Rdup < Formula sha1 '49dc7570122bfa362f36a26a2ffa8bfe8ad55182' depends_on 'pkg-config' => :build + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'nettle' depends_on 'pcre' |
