aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pillow
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-06-23 21:19:54 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-06-23 21:19:54 +0000
commit63e62863955061306ca095529ab4ec835db11951 (patch)
treebab136d261a986012efbbe9a9c7f6a8c45ac0979 /graphics/py-pillow
parent95ef66c1d4305fe608486480692a9b429453abb1 (diff)
downloadports-63e62863955061306ca095529ab4ec835db11951.tar.gz
ports-63e62863955061306ca095529ab4ec835db11951.zip
graphics/py-pillow: Enable default support for TIFF images
Add the TIFF knob, which installs graphics/tiff and enables the bindings for TIFF image support, to the default options. The library libtiff.so from graphics/tiff is already installed implicitly through graphics/openjpeg using the default option JPEG2000 but Pillow's own main library, _imaging.so, is not linked against it. Thus convert the TIFF option into a default one to gain real use of the libtiff.so that has been already there. Approved by: koobs (maintainer)
Notes
Notes: svn path=/head/; revision=504993
Diffstat (limited to 'graphics/py-pillow')
-rw-r--r--graphics/py-pillow/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index a2acfaa9faed..79ea12458be1 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pillow
PORTVERSION= 6.0.0
+PORTREVISION= 1
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +27,7 @@ GH_ACCOUNT= python-${PORTNAME}
GH_PROJECT= ${PORTNAME:C/p/P/}
OPTIONS_DEFINE= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
-OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 OLE PNG TKINTER WEBP
+OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 OLE PNG TIFF TKINTER WEBP
LCMS_DESC= Little Color Management System
OLE_DESC= Microsoft OLE2 file format support