diff options
Diffstat (limited to 'finance/trytond_company_work_time/Makefile')
-rw-r--r-- | finance/trytond_company_work_time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond_company_work_time/Makefile b/finance/trytond_company_work_time/Makefile index 0760529bd48c..640e184369b7 100644 --- a/finance/trytond_company_work_time/Makefile +++ b/finance/trytond_company_work_time/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond_company_work_time PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ @@ -17,6 +18,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ CONFLICTS= trytond28_company_work_time-2.8.* USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |