diff options
| author | Jack Nagel | 2014-12-04 17:38:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 19:54:17 -0500 |
| commit | 910ef08b15fad1a236b75c5d0cb886294872233f (patch) | |
| tree | 6bcff8b567223b7b38e153e87b04b4fd32c18b8d | |
| parent | 814886f27d855d70666618ed3970362b80b6e139 (diff) | |
| download | homebrew-910ef08b15fad1a236b75c5d0cb886294872233f.tar.bz2 | |
povray: modernize autotools deps
| -rw-r--r-- | Library/Formula/povray.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index 87005fd46..460ad4786 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -7,8 +7,8 @@ class Povray < Formula revision 1 depends_on :macos => :lion - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build depends_on 'libpng' depends_on 'boost' depends_on 'jpeg' |
