diff options
Diffstat (limited to 'devel/py-tempstorage/Makefile')
-rw-r--r-- | devel/py-tempstorage/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-tempstorage/Makefile b/devel/py-tempstorage/Makefile index 8907ca560c43..00085ab1d2d7 100644 --- a/devel/py-tempstorage/Makefile +++ b/devel/py-tempstorage/Makefile @@ -2,6 +2,7 @@ PORTNAME= tempstorage PORTVERSION= 2.12.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,9 @@ LICENSE= ZPL21 RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.testing>0:${PORTSDIR}/devel/py-zope.testing -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> |