diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 15:09:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 15:09:54 +0000 |
commit | c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5 (patch) | |
tree | d8094c105aacccfa42294b9122947ab6e131f48d /finance/trytond28_sale_opportunity/Makefile | |
parent | da62a87468a28dfbcced2414e4d983604efde9a6 (diff) | |
download | ports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.tar.gz ports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.zip |
Notes
Diffstat (limited to 'finance/trytond28_sale_opportunity/Makefile')
-rw-r--r-- | finance/trytond28_sale_opportunity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_sale_opportunity/Makefile b/finance/trytond28_sale_opportunity/Makefile index ed3533fd7631..c12a17a714f3 100644 --- a/finance/trytond28_sale_opportunity/Makefile +++ b/finance/trytond28_sale_opportunity/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond28_sale_opportunity PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_opportunity/ \ http://downloads.tryton.org/${PORTVERSION:R}/ @@ -18,7 +19,8 @@ RUN_DEPENDS= trytond28_sale>=2.8.1:${PORTSDIR}/finance/trytond28_sale CONFLICTS= trytond_sale_opportunity-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> |