diff options
Diffstat (limited to 'Library/Formula/pyside.rb')
| -rw-r--r-- | Library/Formula/pyside.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 87d3b8d2c..7b6abf6c6 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -9,7 +9,7 @@ class Pyside < Formula depends_on 'cmake' => :build depends_on :python => :recommended depends_on :python3 => :optional - depends_on 'shiboken' => '--with-python3' if build.with? 'python3' + depends_on 'shiboken' => 'with-python3' if build.with? 'python3' depends_on 'qt' def install |
