diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-04-17 17:00:55 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-04-17 17:00:55 +0000 |
commit | ef3c1856e6731cfd218463802c9b861226159eb4 (patch) | |
tree | 28c385654c74dee05d8b337b5063f2d4af9b6d6a /www/py-plone.app.iterate/Makefile | |
parent | b1632df377e1b9d1775eb726a6cc6548bf713110 (diff) | |
download | ports-ef3c1856e6731cfd218463802c9b861226159eb4.tar.gz ports-ef3c1856e6731cfd218463802c9b861226159eb4.zip |
Notes
Diffstat (limited to 'www/py-plone.app.iterate/Makefile')
-rw-r--r-- | www/py-plone.app.iterate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-plone.app.iterate/Makefile b/www/py-plone.app.iterate/Makefile index a7df6744801f..d3f32fc529f3 100644 --- a/www/py-plone.app.iterate/Makefile +++ b/www/py-plone.app.iterate/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plone.app.iterate -PORTVERSION= 2.1.14 +PORTVERSION= 2.1.15 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.locking>=0:www/py-plone.locking \ zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 NO_ARCH= yes -USES= python zope +USES= python:2.7 zope USE_PYTHON= autoplist distutils .include <bsd.port.mk> |