Add permanent dependency on graphics/lcms to fix missing dep and plist when
said package is installed PR: ports/161517 Submitted by: Nali Toja <nalitoja@gmail.com> Approved by: maintainer
This commit is contained in:
parent
fb27c5e89d
commit
99d28db3e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283836
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= imaging
|
||||
PORTVERSION= 1.1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= http://effbot.org/media/downloads/ \
|
||||
http://www.pythonware.net/storage/
|
||||
|
@ -17,6 +18,7 @@ MAINTAINER= mainland@apeiron.net
|
|||
COMMENT= The Python Imaging Library
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
lcms.1:${PORTSDIR}/graphics/lcms \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
UNIQUENAME= py-${PORTNAME}
|
||||
|
|
|
@ -247,6 +247,7 @@ bin/pilprint.py
|
|||
%%PYTHON_SITELIBDIR%%/PIL/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/PIL/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/PIL/_imaging.so
|
||||
%%PYTHON_SITELIBDIR%%/PIL/_imagingcms.so
|
||||
%%PYTHON_SITELIBDIR%%/PIL/_imagingft.so
|
||||
%%PYTHON_SITELIBDIR%%/PIL/_imagingmath.so
|
||||
%%TKINTER%%%%PYTHON_SITELIBDIR%%/PIL/_imagingtk.so
|
||||
|
|
Loading…
Reference in a new issue