summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-08 12:22:58 +0000
committerjoerg <joerg>2006-06-08 12:22:58 +0000
commit55a542f652ba8228ff25731eb8cdc76d46b0098e (patch)
tree82b29c89a5f354e3a10df8ae1a014c2390081f04 /graphics/py-matplotlib
parentaff31740315f79c07f2be2e64e827e71c9f0e652 (diff)
downloadpkgsrc-55a542f652ba8228ff25731eb8cdc76d46b0098e.tar.gz
Needs Python 2.3+
Diffstat (limited to 'graphics/py-matplotlib')
-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=""