Date: Sat, 11 Oct 2014 13:08:21 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370635 - head/graphics/py-pillow Message-ID: <201410111308.s9BD8LHV058768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <zaphod berentweb com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410111308.s9BD8LHV058768>