diff options
| author | yrammos | 2012-11-04 21:11:39 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-05 09:09:00 -0800 |
| commit | a1c14684164154be5efeb7669d85888aaabbd192 (patch) | |
| tree | 62ca4f5b79c52378a805d3e1445e5354965f5f91 /Library/Formula | |
| parent | d4b94510fdb5a40d01f34e012c062f4eb56a5035 (diff) | |
| download | homebrew-a1c14684164154be5efeb7669d85888aaabbd192.tar.bz2 | |
Fix dblatex dependency declaration.
Use explicit call to LanguageModuleDependency.new instead.
Closes #15863.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lilypond.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index e006e44d8..9e0e99042 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -44,7 +44,7 @@ class Lilypond < Formula depends_on 'netpbm' depends_on 'imagemagick' depends_on 'docbook' - depends_on 'dblatex' => :python + depends_on LanguageModuleDependency.new :python, 'dblatex', 'dbtexmf.dblatex' depends_on 'texi2html' end |
