aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pillow
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-08-03 21:08:52 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-08-03 21:08:52 +0000
commit8d4a967153d612612956f7615de1800639b6e8ba (patch)
treec6b7e249535d167413fcf2ff6d9f5a6ce0857a9a /graphics/py-pillow
parentbcb2723ba2a292138ce4f24da54419816ae260b3 (diff)
downloadports-8d4a967153d612612956f7615de1800639b6e8ba.tar.gz
ports-8d4a967153d612612956f7615de1800639b6e8ba.zip
graphics/py-pillow: Enable default support for LCMS
Convert the LCMS option, which installs graphics/lcms2 and enables the bindings for LCMS (= Little Color Management System), into a default one. The library liblcms2.so from graphics/lcms2 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 do the same as in r504993 by making the LCMS option as default to get real use out of liblcms2.so that has been already there. Approved by: koobs (maintainer)
Notes
Notes: svn path=/head/; revision=508031
Diffstat (limited to 'graphics/py-pillow')
-rw-r--r--graphics/py-pillow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 79ea12458be1..4d8b59106c1f 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pillow
PORTVERSION= 6.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,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 TIFF TKINTER WEBP
+OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
LCMS_DESC= Little Color Management System
OLE_DESC= Microsoft OLE2 file format support