diff options
Diffstat (limited to 'finance/trytond28_sale/Makefile')
-rw-r--r-- | finance/trytond28_sale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_sale/Makefile b/finance/trytond28_sale/Makefile index d19801e62fc1..0779b07da172 100644 --- a/finance/trytond28_sale/Makefile +++ b/finance/trytond28_sale/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond28_sale PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale/ \ http://downloads.tryton.org/${PORTVERSION:R}/ @@ -19,7 +20,8 @@ RUN_DEPENDS= trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_acco CONFLICTS= trytond_sale-2.[46].* USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg .include <bsd.port.mk> |