summaryrefslogtreecommitdiff
path: root/databases/py-ZODB
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-09 09:12:52 +0000
committerrecht <recht@pkgsrc.org>2004-01-09 09:12:52 +0000
commit55c72b7c3146352dac8146c8284ad4c4e01de0c0 (patch)
tree5c4fc33fa17bc57426bf08bfb87bae238dcdd1a0 /databases/py-ZODB
parent1bf13952e5f2110243eb4379346e3a17359b1db6 (diff)
downloadpkgsrc-55c72b7c3146352dac8146c8284ad4c4e01de0c0.tar.gz
py-ZODB also runs with the unthreaded versions of Python 2.2 and 2.3.
Noted by Michal Pasternak (maintainer) in private email.
Diffstat (limited to 'databases/py-ZODB')
-rw-r--r--databases/py-ZODB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ZODB/Makefile b/databases/py-ZODB/Makefile
index 63e15395ed5..af291f3a6d6 100644
--- a/databases/py-ZODB/Makefile
+++ b/databases/py-ZODB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 19:52:44 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/09 09:12:52 recht Exp $
#
DISTNAME= ZODB3-3.2
@@ -14,7 +14,7 @@ USE_BUILDLINK2= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 23 22pth 22
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"