diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-11 14:55:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-11 14:55:10 +0000 |
commit | 92da96fb40ca8900cfbe8522c64116debede3b6d (patch) | |
tree | 7c1627e21b8ff8c2b9d9347893cbcca671a5c11b /net/py-ORBit | |
parent | 19338c63c50ffb698124e28db5047d5a795ae162 (diff) | |
download | pkgsrc-92da96fb40ca8900cfbe8522c64116debede3b6d.tar.gz |
New version needs Python 2.4.
Diffstat (limited to 'net/py-ORBit')
-rw-r--r-- | net/py-ORBit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 2534d3dd3b3..11a4c1d5ecd 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/07/07 18:37:41 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/11 14:55:10 joerg Exp $ # DISTNAME= pyorbit-2.14.1 @@ -18,8 +18,7 @@ PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 24 23 22 -BUILDLINK_API_DEPENDS.python22+= python22>=2.2.2nb2 +PYTHON_VERSIONS_ACCEPTED= 24 .include "../../net/ORBit2/buildlink3.mk" .include "../../lang/python/extension.mk" |