aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-09-27 22:27:27 +0800
committerrm <rm@FreeBSD.org>2013-09-27 22:27:27 +0800
commit536d4dc199b540c78222415d5dccf723c7db8fce (patch)
treeaf333ef513ac93f2bf2f001c00c92685b9a236fe /databases
parent111b333d79dabae734ebdc6f874724ecb59b149f (diff)
downloadfreebsd-ports-gnome-536d4dc199b540c78222415d5dccf723c7db8fce.tar.gz
freebsd-ports-gnome-536d4dc199b540c78222415d5dccf723c7db8fce.tar.zst
freebsd-ports-gnome-536d4dc199b540c78222415d5dccf723c7db8fce.zip
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>
Diffstat (limited to 'databases')
-rw-r--r--databases/zodb3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
index 648430d4f3d5..cf2c2cbc5ad9 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