diff options
| author | Mike McQuaid | 2014-03-06 20:40:26 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-08 00:54:35 +0000 |
| commit | 9de9f8d10e8e6d8c2d7cf7b74e6085038fc728d9 (patch) | |
| tree | 2c9f666ed5bda1fdf28f56b4637fb4d6c5ccc0a1 /Library/Formula/liblunar.rb | |
| parent | e6dd316f1e5988f50f524c627c38ce5473097cc1 (diff) | |
| download | homebrew-9de9f8d10e8e6d8c2d7cf7b74e6085038fc728d9.tar.bz2 | |
formulae: fix with/without usage.
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/liblunar.rb')
| -rw-r--r-- | Library/Formula/liblunar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/liblunar.rb b/Library/Formula/liblunar.rb index 89fc29ff5..39b70c257 100644 --- a/Library/Formula/liblunar.rb +++ b/Library/Formula/liblunar.rb @@ -20,7 +20,7 @@ class Liblunar < Formula --disable-dependency-tracking --prefix=#{prefix} ] - args << '--disable-python' unless build.with? 'python' + args << '--disable-python' if build.without? 'python' system './configure', *args system 'make install' end |
