diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:18:18 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:18:18 +0000 |
commit | a1190ace4537ccc1cb0ff206ca1a645f482125f0 (patch) | |
tree | 0074a39ed11763aa9c49d62ad3027666e3f087cc /finance/trytond_stock_inventory_location | |
parent | a76a739bfee70a90d3c0fd36b7a1a7171ced813c (diff) |
- Convert finance/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371284
Diffstat (limited to 'finance/trytond_stock_inventory_location')
-rw-r--r-- | finance/trytond_stock_inventory_location/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond_stock_inventory_location/Makefile b/finance/trytond_stock_inventory_location/Makefile index 757ac2fef899..e804cc89d938 100644 --- a/finance/trytond_stock_inventory_location/Makefile +++ b/finance/trytond_stock_inventory_location/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ CONFLICTS= trytond28_stock_inventory_location-2.8.* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |