diff options
author | joerg <joerg> | 2009-12-02 19:16:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-12-02 19:16:44 +0000 |
commit | ae802d4a53f8a0c3a3e8678e6232ebcd1e7c33c2 (patch) | |
tree | 9187cdbac31d14d9173d179bd6cc0ecc3140da10 /textproc | |
parent | 7b370ac8ebdf6c4bb3b61333a923c2e14eb28aef (diff) | |
download | pkgsrc-ae802d4a53f8a0c3a3e8678e6232ebcd1e7c33c2.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" |