1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Kai Knoblich 2019-08-03 21:08:52 +00:00
parent bcb2723ba2
commit 8d4a967153
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508031

View File

@ -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