diff options
author | tron <tron> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
commit | 5a69e91ec229b4560f7a6079244fccfdd3fdd5fb (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /graphics/py-matplotlib/Makefile | |
parent | 9150e0b67fb005498fb9b861285824b6bd90b757 (diff) | |
download | pkgsrc-5a69e91ec229b4560f7a6079244fccfdd3fdd5fb.tar.gz |
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index c77a63df98d..36f7de11b3f 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/05 11:02:12 markd Exp $ +# $NetBSD: Makefile,v 1.24 2009/09/23 09:54:45 tron Exp $ # DISTNAME= matplotlib-0.98.4 @@ -19,7 +19,6 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/extension.mk" |