From ef7091e75f9b43195de65f2cdb37fa48cb28815a Mon Sep 17 00:00:00 2001 From: mva Date: Mon, 20 Oct 2014 17:18:18 +0000 Subject: - Convert finance/ to new USES=python Approved by: portmgr (implicit) --- finance/trytond_currency/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'finance/trytond_currency') diff --git a/finance/trytond_currency/Makefile b/finance/trytond_currency/Makefile index 7c0a055ecfce..1f5bcb3adccf 100644 --- a/finance/trytond_currency/Makefile +++ b/finance/trytond_currency/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond CONFLICTS= trytond28_currency-2.8.* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include -- cgit