diff options
Diffstat (limited to 'finance/py-trytond-product-cost-history/Makefile')
-rw-r--r-- | finance/py-trytond-product-cost-history/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/py-trytond-product-cost-history/Makefile b/finance/py-trytond-product-cost-history/Makefile index 08748e8d822..4aa807a784c 100644 --- a/finance/py-trytond-product-cost-history/Makefile +++ b/finance/py-trytond-product-cost-history/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/08/24 14:49:43 richard Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/04 21:13:02 rodent Exp $ TRYTON_MODULE_NAME= trytond_product_cost_history .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -9,8 +9,8 @@ COMMENT= The product cost history module of the Tryton application platform LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql -DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product -DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond +DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product +DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond USE_LANGUAGES= # none |