aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/swatchbooker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/swatchbooker.rb b/Library/Formula/swatchbooker.rb
index 62d54e901..f3f340f89 100644
--- a/Library/Formula/swatchbooker.rb
+++ b/Library/Formula/swatchbooker.rb
@@ -6,7 +6,7 @@ class Swatchbooker < Formula
sha1 'fd2e46c278e762dc0c3ed69f824ab620773f153e'
depends_on :python
- depends_on 'PIL' => :python
+ depends_on "pillow" => [:python, "PIL"]
depends_on 'little-cms' => 'with-python'
depends_on 'pyqt'