diff options
Diffstat (limited to 'Library/Formula')
| -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 = [ |
