diff options
| -rw-r--r-- | Library/Formula/libstfl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstfl.rb b/Library/Formula/libstfl.rb index 990098ffa..3d0f88b0d 100644 --- a/Library/Formula/libstfl.rb +++ b/Library/Formula/libstfl.rb @@ -5,7 +5,7 @@ class Libstfl < Formula url 'http://www.clifford.at/stfl/stfl-0.22.tar.gz' sha1 '226488be2b33867dfb233f0fa2dde2d066e494bd' - depends_on :python => :recommended + depends_on :python => :optional depends_on 'swig' => :build patch :DATA |
