diff options
author | wg <wg@FreeBSD.org> | 2014-10-04 23:07:33 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-04 23:07:33 +0800 |
commit | fbfbaa1eb9f43f40b0e05b75777044516036208e (patch) | |
tree | 1e59bf87a017f76c9f268220f8f45df70e86f23c /print | |
parent | 89bfa42d66d5b2598541a25ed9b80e42cdd38701 (diff) | |
download | freebsd-ports-gnome-fbfbaa1eb9f43f40b0e05b75777044516036208e.tar.gz freebsd-ports-gnome-fbfbaa1eb9f43f40b0e05b75777044516036208e.tar.zst freebsd-ports-gnome-fbfbaa1eb9f43f40b0e05b75777044516036208e.zip |
print/py-reportlab2: switch from py-pillow to py-imaging
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 8ac311671f95..913d8bcbb3e7 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -3,6 +3,7 @@ PORTNAME= reportlab PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ COMMENT= Library to create PDF documents using the Python language LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow OPTIONS_DEFINE= DOCS @@ -27,9 +28,8 @@ PORTSCOUT= limit:^2\. PFBFER_VERSION= 20070710 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils PORTDOCS= reportlab-graphics-reference.pdf \ reportlab-reference.pdf \ |