diff options
Diffstat (limited to 'finance/trytond28_purchase_shipment_cost/Makefile')
-rw-r--r-- | finance/trytond28_purchase_shipment_cost/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/trytond28_purchase_shipment_cost/Makefile b/finance/trytond28_purchase_shipment_cost/Makefile index 7bc702687752..845b8da4661a 100644 --- a/finance/trytond28_purchase_shipment_cost/Makefile +++ b/finance/trytond28_purchase_shipment_cost/Makefile @@ -14,9 +14,9 @@ COMMENT= Tryton Application Platform (Purchase Shipment Cost Module) LICENSE= GPLv3 -RUN_DEPENDS= trytond28_carrier>=2.8.0:${PORTSDIR}/finance/trytond28_carrier \ - trytond28_currency>=2.8.0:${PORTSDIR}/finance/trytond28_currency \ - trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock +RUN_DEPENDS= trytond28_carrier>=2.8.0:finance/trytond28_carrier \ + trytond28_currency>=2.8.0:finance/trytond28_currency \ + trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_purchase_shipment_cost-2.[46].* |