diff options
author | joerg <joerg> | 2006-06-07 13:03:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-07 13:03:24 +0000 |
commit | bff537abdfc72b23b3c620b7a061cba8d82609ab (patch) | |
tree | 78f5e1ded17666078cdcee236776b08793607f69 | |
parent | 7f34e8063c5e122984a491850f2f4ed8d463bdd4 (diff) | |
download | pkgsrc-bff537abdfc72b23b3c620b7a061cba8d82609ab.tar.gz |
Needs Python 2.3+
-rw-r--r-- | print/py-pslib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-pslib/Makefile b/print/py-pslib/Makefile index bada5fb12e4..c4b04c33d8c 100644 --- a/print/py-pslib/Makefile +++ b/print/py-pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:31 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/07 13:03:24 joerg Exp $ # DISTNAME= python-pslib_0.2.0.orig @@ -13,6 +13,7 @@ COMMENT= Python bindings for pslib WRKSRC= ${WRKDIR}/python-pslib-0.2.0 PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 .include "../../lang/python/extension.mk" .include "../../print/pslib/buildlink3.mk" |