diff options
author | recht <recht@pkgsrc.org> | 2004-12-29 11:12:10 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-12-29 11:12:10 +0000 |
commit | 0e946b1aae8dcdfa40c1a90206e59082649ffcde (patch) | |
tree | e97e4228e9569b90d3c001dd2b3cbd66f5c57d48 /x11/py-gnome2 | |
parent | f67710ba59a8200b569f8d66552a35c3812620db (diff) | |
download | pkgsrc-0e946b1aae8dcdfa40c1a90206e59082649ffcde.tar.gz |
remove 2.2 from the list of accepted Python versions
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r-- | x11/py-gnome2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 28e81bf3432..cdab5601822 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/12/29 11:10:56 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/29 11:12:10 recht Exp $ # DISTNAME= gnome-python-2.6.2 @@ -18,8 +18,7 @@ PKGCONFIG_OVERRIDE+= gnome-python-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} -PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth -BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2 +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |