aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond_stock_lot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/trytond_stock_lot/Makefile')
-rw-r--r--finance/trytond_stock_lot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond_stock_lot/Makefile b/finance/trytond_stock_lot/Makefile
index 4c25e4f7b4d9..3d72763bcbbd 100644
--- a/finance/trytond_stock_lot/Makefile
+++ b/finance/trytond_stock_lot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= trytond_stock_lot
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
@@ -18,6 +19,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
CONFLICTS= trytond28_stock_lot-2.8.*
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>