diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
commit | e6d8ca17fab127134f7a3793152313ec7d61990e (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /net | |
parent | fb06b94a44691b88cce485defdbab5c0f0f5ba3f (diff) | |
download | pkgsrc-e6d8ca17fab127134f7a3793152313ec7d61990e.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'net')
-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 cb815cc68a2..3db95c8463b 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/11/15 08:21:05 hasso Exp $ +# $NetBSD: Makefile,v 1.29 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= nicotine-1.0.8 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes |