aboutsummaryrefslogtreecommitdiffstats
path: root/converters/py-pisa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-pisa/Makefile')
-rw-r--r--converters/py-pisa/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/converters/py-pisa/Makefile b/converters/py-pisa/Makefile
index 284f3dbc394..13b827c62c9 100644
--- a/converters/py-pisa/Makefile
+++ b/converters/py-pisa/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pisa
PORTVERSION= 3.0.33
+PORTREVISION= 1
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib
${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>