aboutsummaryrefslogtreecommitdiff
path: root/converters/py-pisa
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-04 15:13:25 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-04 15:13:25 +0000
commitc8568268cc7d0e9069b148f9019618f79ba71753 (patch)
treefb9cc766b5edc861045fa96fdecd48198ef97e2b /converters/py-pisa
parent8c2278b7b9e36baa0a6cf6f8403bae74fe5b79c3 (diff)
converters/py-pisa: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
Notes
Notes: svn path=/head/; revision=369974
Diffstat (limited to 'converters/py-pisa')
-rw-r--r--converters/py-pisa/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/converters/py-pisa/Makefile b/converters/py-pisa/Makefile
index 13b827c62c93..0f27c329bf7f 100644
--- a/converters/py-pisa/Makefile
+++ b/converters/py-pisa/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pisa
PORTVERSION= 3.0.33
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,10 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \
${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \
- ${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>