diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-15 16:52:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-15 16:52:34 +0000 |
commit | a5ddd45866e4a0b388db0fcbc4e060a6b053ffef (patch) | |
tree | 9e1d1409fe7611da053c7678fdfb6613f26779e2 /net/nicotine | |
parent | ec8201e5b26979d8e32eb0d96aff22a11966a0b5 (diff) | |
download | pkgsrc-a5ddd45866e4a0b388db0fcbc4e060a6b053ffef.tar.gz |
py-gtk2 doesn't support Python 2.3, assume nicotine can be built against
2.4 instead.
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index a0403e3eae1..84b4f0d507d 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/09/21 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/03/15 16:52:34 joerg Exp $ # DISTNAME= nicotine-1.0.8 @@ -13,7 +13,7 @@ COMMENT= Client for soulseek, a peer-to-peer network for music USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_ACCEPTED= 23 +PYTHON_VERSIONS_ACCEPTED= 24 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes |