diff options
Diffstat (limited to 'finance/trytond_ldap_connection/Makefile')
-rw-r--r-- | finance/trytond_ldap_connection/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond_ldap_connection/Makefile b/finance/trytond_ldap_connection/Makefile index e672633d4140..dba73eb8d336 100644 --- a/finance/trytond_ldap_connection/Makefile +++ b/finance/trytond_ldap_connection/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ CONFLICTS= trytond28_ldap_connection-2.8.* -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |