diff options
Diffstat (limited to 'finance/trytond28_company/Makefile')
-rw-r--r-- | finance/trytond28_company/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond28_company/Makefile b/finance/trytond28_company/Makefile index a944c593f5d4..63650bab7753 100644 --- a/finance/trytond28_company/Makefile +++ b/finance/trytond28_company/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS= trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \ CONFLICTS= trytond_company-2.[46].* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |