diff options
author | joerg <joerg> | 2006-05-27 00:00:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-27 00:00:56 +0000 |
commit | 6c509d2cf7305e62dfdb053ac3c49198ca5e3144 (patch) | |
tree | 1de8ffdc99315016df7e36129adf4d98021d7be6 | |
parent | a443f8b1bbaf72b97e000d02bc60929ccdbdcc4a (diff) | |
download | pkgsrc-6c509d2cf7305e62dfdb053ac3c49198ca5e3144.tar.gz |
py-numarray dependency support only Python 2.2 and newer.
-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 " |