diff options
Diffstat (limited to 'print/py-relatorio/Makefile')
-rw-r--r-- | print/py-relatorio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 6b93e838a9f7..3ed8bd12c2ca 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -3,6 +3,7 @@ PORTNAME= relatorio PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:${PORTSDIR}/graphics/py-pycha \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.07:${PORTSDIR}/devel/py-yaml USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |