diff options
Diffstat (limited to 'finance/trytond28_dashboard/Makefile')
-rw-r--r-- | finance/trytond28_dashboard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_dashboard/Makefile b/finance/trytond28_dashboard/Makefile index 6c2e58e2c37e..5a25e6aac934 100644 --- a/finance/trytond28_dashboard/Makefile +++ b/finance/trytond28_dashboard/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond28_dashboard PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_dashboard/ \ http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,7 +19,8 @@ RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 CONFLICTS= trytond_dashboard-2.[46].* USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg .include <bsd.port.mk> |