diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 23:33:56 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 23:33:56 +0000 |
commit | 6595c86fc6691c4ab1b4b22fed32f544804f0166 (patch) | |
tree | 79383927d61231b80613a741d60402d0e1a87c24 /graphics/py-matplotlib-gtk2 | |
parent | 3f40ca0810f558f9b21e27ea8381cca4d709787d (diff) | |
download | pkgsrc-6595c86fc6691c4ab1b4b22fed32f544804f0166.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
Diffstat (limited to 'graphics/py-matplotlib-gtk2')
-rw-r--r-- | graphics/py-matplotlib-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index eb91dea41b6..45ea1d360d7 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/11/14 23:43:16 hasso Exp $ # DISTNAME= matplotlib-0.87.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 .include "../../lang/python/extension.mk" .include "../../graphics/py-matplotlib/buildlink3.mk" |