diff options
Diffstat (limited to 'finance/trytond28_timesheet/Makefile')
-rw-r--r-- | finance/trytond28_timesheet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond28_timesheet/Makefile b/finance/trytond28_timesheet/Makefile index 472811371ba2..9db1f8026843 100644 --- a/finance/trytond28_timesheet/Makefile +++ b/finance/trytond28_timesheet/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= trytond28_company_work_time>=2.8.0:${PORTSDIR}/finance/trytond28_co CONFLICTS= trytond_timesheet-2.[46].* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |