summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-01-31 14:08:06 +0000
committerleot <leot@pkgsrc.org>2017-01-31 14:08:06 +0000
commitbd334b4deecdc9cc4ddbee525da4725b080ab30a (patch)
tree6ae8d77881a796b7920bee077117cc82edf4e3f2 /graphics
parentbcc80bbfb072ad25283e1251148124aef510bd41 (diff)
downloadpkgsrc-bd334b4deecdc9cc4ddbee525da4725b080ab30a.tar.gz
Pillow>=4.0.0 needs olefile module, add it to DEPENDS.
From Pillow-4.0.0 changelog: - Remove vendored version of olefile Python package in favor of upstream #2199 [jdufresne] Bump PKGREVISION
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-Pillow/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile
index 0e71a397e22..c6f7ce20ff4 100644
--- a/graphics/py-Pillow/Makefile
+++ b/graphics/py-Pillow/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/01/29 12:46:45 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/31 14:08:06 leot Exp $
DISTNAME= Pillow-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/}
@@ -12,6 +13,8 @@ LICENSE= hpnd
CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
+DEPENDS+= ${PYPKGPREFIX}-olefile-*:../../devel/py-olefile
+
SUBST_CLASSES+= fix-path
SUBST_MESSAGE.fix-path= Fixing paths.
SUBST_STAGE.fix-path= pre-configure