aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond28_stock
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-20 17:18:18 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-20 17:18:18 +0000
commita1190ace4537ccc1cb0ff206ca1a645f482125f0 (patch)
tree0074a39ed11763aa9c49d62ad3027666e3f087cc /finance/trytond28_stock
parenta76a739bfee70a90d3c0fd36b7a1a7171ced813c (diff)
downloadports-a1190ace4537ccc1cb0ff206ca1a645f482125f0.tar.gz
ports-a1190ace4537ccc1cb0ff206ca1a645f482125f0.zip
- Convert finance/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371284
Diffstat (limited to 'finance/trytond28_stock')
-rw-r--r--finance/trytond28_stock/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond28_stock/Makefile b/finance/trytond28_stock/Makefile
index 431dad722c99..0fb1d485b33a 100644
--- a/finance/trytond28_stock/Makefile
+++ b/finance/trytond28_stock/Makefile
@@ -21,8 +21,7 @@ RUN_DEPENDS= trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \
CONFLICTS= trytond_stock-2.[46].*
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>