summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-27 00:00:56 +0000
committerjoerg <joerg>2006-05-27 00:00:56 +0000
commit8d2bf113f0a93e95b3eb1a91f029dc7d38bbe75c (patch)
tree1de8ffdc99315016df7e36129adf4d98021d7be6 /graphics/py-matplotlib
parent62966dd1c20f980093f11aec9bd8c9cd61c8cae5 (diff)
downloadpkgsrc-8d2bf113f0a93e95b3eb1a91f029dc7d38bbe75c.tar.gz
py-numarray dependency support only Python 2.2 and newer.
Diffstat (limited to 'graphics/py-matplotlib')
-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 "