diff options
Diffstat (limited to 'finance/trytond28_stock_supply_forecast/Makefile')
-rw-r--r-- | finance/trytond28_stock_supply_forecast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_stock_supply_forecast/Makefile b/finance/trytond28_stock_supply_forecast/Makefile index 5a8443bb723a..3aa7abd88379 100644 --- a/finance/trytond28_stock_supply_forecast/Makefile +++ b/finance/trytond28_stock_supply_forecast/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond28_stock_supply_forecast PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_supply_forecast/ \ http://downloads.tryton.org/${PORTVERSION:R}/ @@ -19,7 +20,8 @@ RUN_DEPENDS= trytond28_stock_supply>=2.8.1:${PORTSDIR}/finance/trytond28_stock_s CONFLICTS= trytond_stock_supply_forecast-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> |