diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-02 19:16:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-02 19:16:44 +0000 |
commit | f3547e25af6703991eae1fcbdc4539ece6a000d1 (patch) | |
tree | 9187cdbac31d14d9173d179bd6cc0ecc3140da10 /textproc | |
parent | d3c350ba51af76ea1ff5841b3cc8da0c326a228f (diff) | |
download | pkgsrc-f3547e25af6703991eae1fcbdc4539ece6a000d1.tar.gz |
Doesn't support Python 2.6 and no trivial fix seen.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-FourSuite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile index 72d171ea77e..808f3575d8f 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2009/12/02 19:16:44 joerg Exp $ # DISTNAME= 4Suite-0.12.0a3 @@ -17,6 +17,7 @@ CONFLICTS+= ${PYPKGPREFIX}-4Suite-* PYDISTUTILSPKG= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 25 24 #pyxml is needed at runtime to get pyexpat #.include "../../textproc/py-xml/buildlink3.mk" |