diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-18 17:48:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-18 17:48:11 +0000 |
commit | 99d28db3e09c4c88b4c6c7b3b4298507934382c5 (patch) | |
tree | 529c93381baf4323a5fce390bc5af5e7ba8141d0 /graphics | |
parent | fb27c5e89dbf5e406fe77c0fefe1847af8a65454 (diff) |
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
Notes
Notes:
svn path=/head/; revision=283836
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-imaging/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index b05680f95732..616f9a9bcb29 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -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} diff --git a/graphics/py-imaging/pkg-plist b/graphics/py-imaging/pkg-plist index f7a55d0c4040..69f70b927eb6 100644 --- a/graphics/py-imaging/pkg-plist +++ b/graphics/py-imaging/pkg-plist @@ -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 |