From b4592a59dc0ec528322ae75cd74bef2f489ba657 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 3 Jun 2013 17:27:25 -0500 Subject: libpst: fix option --- Library/Formula/libpst.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/libpst.rb b/Library/Formula/libpst.rb index 5e2d86233..1d9a47e6b 100644 --- a/Library/Formula/libpst.rb +++ b/Library/Formula/libpst.rb @@ -9,14 +9,14 @@ class Libpst < Formula depends_on 'boost' depends_on :python => :optional - depends_on 'gd' if build.with? 'pst2dii' + depends_on 'gd' if build.include? 'pst2dii' def install args = %W[ --disable-dependency-tracking --prefix=#{prefix} ] - args << '--disable-dii' unless build.with? 'pst2dii' + args << '--disable-dii' unless build.include? 'pst2dii' if build.with? 'python' # ENV['PYTHON_EXTRA_LDFLAGS'] = '-u _PyMac_Error' args << '--enable-python' << '--with-boost-python=mt' -- cgit v1.2.3