From owner-svn-ports-all@FreeBSD.ORG Sat Oct 11 13:08:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B84AAE8F; Sat, 11 Oct 2014 13:08:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4377342; Sat, 11 Oct 2014 13:08:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9BD8Lrg058769; Sat, 11 Oct 2014 13:08:21 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9BD8LHV058768; Sat, 11 Oct 2014 13:08:21 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410111308.s9BD8LHV058768@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 11 Oct 2014 13:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370635 - head/graphics/py-pillow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 13:08:21 -0000 Author: wg Date: Sat Oct 11 13:08:20 2014 New Revision: 370635 URL: https://svnweb.freebsd.org/changeset/ports/370635 QAT: https://qat.redports.org/buildarchive/r370635/ Log: graphics/py-pillow: fix typo in TIFF option With hat: python Reported by: Beeblebrox (via email, freebsd-ports@) Modified: head/graphics/py-pillow/Makefile Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Sat Oct 11 12:30:34 2014 (r370634) +++ head/graphics/py-pillow/Makefile Sat Oct 11 13:08:20 2014 (r370635) @@ -24,7 +24,7 @@ TKINTER_DESC= Tkinter (Tcl/Tk) BitmapIm FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg LCMS_LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 -TIFF_LIB_DEPENDs= libtiff.so:${PORTSDIR}/graphics/tiff +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff TKINTER_USES= tk:build WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp