diff options
| author | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
|---|---|---|
| committer | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
| commit | 48371fd9b039d87ef0a3904bc2cb9100ba252671 (patch) | |
| tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /net/py-ORBit/Makefile | |
| parent | aee74ee0248da3c147be68877bbcd32c5453dfa2 (diff) | |
| download | pkgsrc-48371fd9b039d87ef0a3904bc2cb9100ba252671.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 'net/py-ORBit/Makefile')
| -rw-r--r-- | net/py-ORBit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index c7cdf5eee4f..24eee486536 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/09/08 16:37:34 drochner Exp $ +# $NetBSD: Makefile,v 1.34 2009/09/23 09:54:46 tron Exp $ # DISTNAME= pyorbit-2.24.0 @@ -20,7 +20,6 @@ PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2 BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb4 |
