summaryrefslogtreecommitdiff
path: root/net/bittorrent
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-28 15:02:28 +0000
committerrecht <recht@pkgsrc.org>2003-08-28 15:02:28 +0000
commit3be8f3277b79a86898e84eb30b5364c49724f47c (patch)
tree6d7226b081cbdea4f34602b0296bca622c9273c4 /net/bittorrent
parentb6af50f57b54965090e63a6d9cd8061349686aa9 (diff)
downloadpkgsrc-3be8f3277b79a86898e84eb30b5364c49724f47c.tar.gz
Make python23-pth an accepted python version.
Diffstat (limited to 'net/bittorrent')
-rw-r--r--net/bittorrent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index c2023eced2f..b76861540da 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:10:23 martti Exp $
+# $NetBSD: Makefile,v 1.9 2003/08/28 15:02:28 recht Exp $
#
DISTNAME= BitTorrent-3.2.1b
@@ -13,7 +13,8 @@ COMMENT= File sharing tool
PYDISTUTILSPKG= YES
USE_BUILDLINK2= YES
-PYTHON_VERSION_REQD= 22pth
+
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"