diff options
author | joerg <joerg> | 2006-05-28 14:26:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 14:26:34 +0000 |
commit | 894b1278f69e4789fd820978f8fe1844ce37d57b (patch) | |
tree | 2837a6c2e5fd5d65916c6af0607d768fd13f7d99 | |
parent | b699083cab4a86d6422f160474e97631a6eeaf62 (diff) | |
download | pkgsrc-894b1278f69e4789fd820978f8fe1844ce37d57b.tar.gz |
Dependency py-ZODB only available for Python 2.2 and 2.3.
-rw-r--r-- | databases/py-IndexedCatalog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-IndexedCatalog/Makefile b/databases/py-IndexedCatalog/Makefile index be070bcc3b9..cd4fd569163 100644 --- a/databases/py-IndexedCatalog/Makefile +++ b/databases/py-IndexedCatalog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/28 14:26:34 joerg Exp $ # DISTNAME= IndexedCatalog-0.6.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://async.com.br/projects/IndexedCatalog/ COMMENT= Indexed Catalog extension for standalone ZODB +PYTHON_VERSIONS_ACCEPTED= 23 22 + PYDISTUTILSPKG= yes PYBINMODULE= yes |