summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-11 13:08:20 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-11 13:08:20 +0000
commit5fbaebbab39177a8e2a9f4e40cd3724f0f391c86 (patch)
treeffbb5d439519887612ac9e811f70025f9c36a509 /graphics
parentastro/gpstk: 2.0 -> 2.5 (diff)
graphics/py-pillow: fix typo in TIFF option
With hat: python Reported by: Beeblebrox <zaphod berentweb com> (via email, freebsd-ports@)
Notes
Notes: svn path=/head/; revision=370635
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pillow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 5149eb8cd774..bbf8b3cd1925 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -24,7 +24,7 @@ TKINTER_DESC= Tkinter (Tcl/Tk) BitmapImage & PhotoImage support
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