diff options
| author | tron <tron> | 2009-09-23 09:54:45 +0000 |
|---|---|---|
| committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
| commit | b7cd686700d99f542312b7f85a27e0bbe5ed94bd (patch) | |
| tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /textproc/py-vobject | |
| parent | c01228173276ac6f4d9a6c91390504261bd65b2c (diff) | |
| download | pkgsrc-b7cd686700d99f542312b7f85a27e0bbe5ed94bd.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 |
