summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-27 00:00:56 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-27 00:00:56 +0000
commit6aad0a3a73fe62c7837f9ce31c5f6f518cab3caf (patch)
tree1de8ffdc99315016df7e36129adf4d98021d7be6
parent78dceedd103e6fe6468a2b009dfe10112e5e86c6 (diff)
downloadpkgsrc-6aad0a3a73fe62c7837f9ce31c5f6f518cab3caf.tar.gz
py-numarray dependency support only Python 2.2 and newer.
-rw-r--r--graphics/py-matplotlib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index 5e7d29e2255..9275f051401 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/05/11 14:15:04 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/27 00:00:56 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -18,9 +18,9 @@ PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
-.if ${PYPACKAGE} == "python15" || ${PYPACKAGE} == "python20" || \
- ${PYPACKAGE} == "python21" || ${PYPACKAGE} == "python22" || \
- ${PYPACKAGE} == "python23"
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
+
+.if ${PYPACKAGE} == "python22" || ${PYPACKAGE} == "python23"
PLIST_SUBST+= COND_SUBPROCESS=""
.else
PLIST_SUBST+= COND_SUBPROCESS="@comment "