diff options
author | joerg <joerg> | 2006-06-02 23:38:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 23:38:10 +0000 |
commit | 25ed31cc0ae836f6d7e8717cfe12ae8bfb7277d5 (patch) | |
tree | 84af9dc8ab2eb11cff5aa8c40542ebc669805b89 /graphics/py-biggles | |
parent | 05da46659d57bca50b31f7652198b650a699d242 (diff) | |
download | pkgsrc-25ed31cc0ae836f6d7e8717cfe12ae8bfb7277d5.tar.gz |
py-Numeric needs Python 2.2+
Diffstat (limited to 'graphics/py-biggles')
-rw-r--r-- | graphics/py-biggles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 4d098c5e635..2dff1ad10b7 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/02 23:40:09 joerg Exp $ # DISTNAME= python-biggles-1.6.3 @@ -13,6 +13,7 @@ COMMENT= Python module for creating 2D scientific plots PYDISTUTILSPKG= yes PYBINMODULE= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" |