svn commit: r370635 - head/graphics/py-pillow

William Grzybowski wg at FreeBSD.org
Sat Oct 11 13:08:21 UTC 2014


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
 


More information about the svn-ports-head mailing list