From 14b48efb0b5b4bee92bd9566ae2d8fd30b59d991 Mon Sep 17 00:00:00 2001 From: leot Date: Tue, 31 Jan 2017 14:08:06 +0000 Subject: 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 --- graphics/py-Pillow/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/py-Pillow') 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 -- cgit v1.2.3