diff options
Diffstat (limited to 'finance/trytond_stock_forecast/Makefile')
-rw-r--r-- | finance/trytond_stock_forecast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/trytond_stock_forecast/Makefile b/finance/trytond_stock_forecast/Makefile index a00f213d514f..a851b3909ec2 100644 --- a/finance/trytond_stock_forecast/Makefile +++ b/finance/trytond_stock_forecast/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond_stock_forecast PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ @@ -14,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_company \ + trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company USE_PYTHON= yes |