summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-09-27 14:27:27 +0000
committerrm <rm@FreeBSD.org>2013-09-27 14:27:27 +0000
commit536d4dc199b540c78222415d5dccf723c7db8fce (patch)
treeaf333ef513ac93f2bf2f001c00c92685b9a236fe
parent111b333d79dabae734ebdc6f874724ecb59b149f (diff)
downloadFreeBSD-ports-536d4dc199b540c78222415d5dccf723c7db8fce.zip
FreeBSD-ports-536d4dc199b540c78222415d5dccf723c7db8fce.tar.gz
Strict python version to 2.x branch. ZODB < 3.11 or 4.0 does not support
python3. PR: 182423 Reported by: Arseny Nasokin <eirnym@gmail.com>
-rw-r--r--databases/zodb3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
index 648430d..cf2c2cb 100644
--- a/databases/zodb3/Makefile
+++ b/databases/zodb3/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig \
${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \
${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= ZODB3
OpenPOWER on IntegriCloud