summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht>2004-12-29 11:12:10 +0000
committerrecht <recht>2004-12-29 11:12:10 +0000
commit0f2ee8d5de41ca19325e70cee9e5af99288241ce (patch)
treee97e4228e9569b90d3c001dd2b3cbd66f5c57d48
parent7af5b235b3a72274ba45671c7f660c33899729c4 (diff)
downloadpkgsrc-0f2ee8d5de41ca19325e70cee9e5af99288241ce.tar.gz
remove 2.2 from the list of accepted Python versions
-rw-r--r--x11/py-gnome2/Makefile5
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"