From ebd1461de1b98b06b37079e3a783582a3c0d31a7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 26 Jan 2013 20:49:47 -0600 Subject: [PATCH] pil: use new optional deps --- Formula/pil.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/pil.rb b/Formula/pil.rb index 150a6f24c3..cb7e5c295d 100644 --- a/Formula/pil.rb +++ b/Formula/pil.rb @@ -5,11 +5,9 @@ class Pil < Formula url 'http://effbot.org/downloads/Imaging-1.1.7.tar.gz' sha1 '76c37504251171fda8da8e63ecb8bc42a69a5c81' - option 'with-little-cms', 'Compile with little-cms support.' - depends_on :freetype depends_on 'jpeg' => :recommended - depends_on 'little-cms' => :optional unless build.include? 'with-little-cms' + depends_on 'little-cms' => :optional # The patch is to fix a core dump in Bug in PIL's quantize() with 64 bit architectures. # http://mail.python.org/pipermail/image-sig/2012-June/007047.html