diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-27 00:00:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-27 00:00:56 +0000 |
commit | 8d866b518e07e54ac705a6b00e2d3404b9773ef3 (patch) | |
tree | 1de8ffdc99315016df7e36129adf4d98021d7be6 /graphics/py-matplotlib | |
parent | dbf92eb28d1b097b2d3646e668fe49a699107c2a (diff) | |
download | pkgsrc-8d866b518e07e54ac705a6b00e2d3404b9773ef3.tar.gz |
py-numarray dependency support only Python 2.2 and newer.
Diffstat (limited to 'graphics/py-matplotlib')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 8 |
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 " |