summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-08 12:22:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-08 12:22:58 +0000
commit8836ac7aabd6c096bc9c6e8648c739d512f814bf (patch)
tree82b29c89a5f354e3a10df8ae1a014c2390081f04 /graphics
parente536d722c6201ec8a2879eda92d4a5552aaf4f03 (diff)
downloadpkgsrc-8836ac7aabd6c096bc9c6e8648c739d512f814bf.tar.gz
Needs Python 2.3+
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-matplotlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index 9275f051401..d9bd387cec4 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/05/27 00:00:56 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/08 12:22:58 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -18,7 +18,7 @@ PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 24 23
.if ${PYPACKAGE} == "python22" || ${PYPACKAGE} == "python23"
PLIST_SUBST+= COND_SUBPROCESS=""