diff options
author | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
commit | 6d949988128be37d5cdd07668ea133e2cd8b6e74 (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /textproc/py-vobject | |
parent | 33e2d78576b03bcebbda7589eda9b568d76936ea (diff) | |
download | pkgsrc-6d949988128be37d5cdd07668ea133e2cd8b6e74.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 'textproc/py-vobject')
-rw-r--r-- | textproc/py-vobject/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index cc3b89bbdfa..1a6e33135a1 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/08/27 17:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/09/23 09:54:46 tron Exp $ # DISTNAME= vobject-0.8.1c @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.1:../../time/py-dateutil -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes |