diff options
| author | Adam Vandenberg | 2013-01-27 14:48:02 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-27 14:54:50 -0800 |
| commit | df081577ad1aa02f02187b5dd313347773bdd0cb (patch) | |
| tree | c23acb3429284402d40eaf1c984f67ac634086b6 /Library | |
| parent | a8c413146c6527759952acb786ecaafa92462704 (diff) | |
| download | homebrew-df081577ad1aa02f02187b5dd313347773bdd0cb.tar.bz2 | |
wxmac: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wxmac.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index 78cb2c075..4abb6ee9c 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -21,7 +21,7 @@ class Wxmac < Formula option 'no-python', 'Do not build Python bindings' - depends_on FrameworkPython.new unless build.include? "no-python" + depends_on FrameworkPython unless build.include? "no-python" def install_wx_python args = [ |
