diff options
| author | Jack Nagel | 2014-11-15 21:28:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-15 21:28:09 -0600 |
| commit | 3e45509a4204bebb028b3853483272b5676648c3 (patch) | |
| tree | 83876acfd3d7affb45c32f5788f8f2c87a180383 /Library | |
| parent | 6193067c3a43f83cb3312def7d23533a9512e28f (diff) | |
| download | homebrew-3e45509a4204bebb028b3853483272b5676648c3.tar.bz2 | |
dar: fix upx dep
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dar.rb b/Library/Formula/dar.rb index 6b2d3a580..0d8c4aef5 100644 --- a/Library/Formula/dar.rb +++ b/Library/Formula/dar.rb @@ -25,7 +25,7 @@ class Dar < Formula depends_on "gnu-sed" => :build depends_on "libgcrypt" => :optional depends_on "lzo" => :optional - depends_on "upx" => :build if build.with? "upx" + depends_on "upx" => [:build, :optional] def install ENV.prepend_path 'PATH', "#{Formula['gnu-sed'].opt_libexec}/gnubin" |
