summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrecht <recht>2004-12-29 11:02:25 +0000
committerrecht <recht>2004-12-29 11:02:25 +0000
commit4cf8e891271b28b2f789ba5441298fee23663db8 (patch)
tree77a887e3a0a8bbc909b1f4bf3684b06cdaf671ec /x11
parentee272fa659264ab76921312ed0a0ebfc9a0a5948 (diff)
downloadpkgsrc-4cf8e891271b28b2f789ba5441298fee23663db8.tar.gz
remove 2.2 from the list of accepted Python versions
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index 8da59dfe2a4..52a682b3eda 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/12/29 11:01:38 recht Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/29 11:02:25 recht Exp $
#
DISTNAME= pygtk-2.4.1
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= pygtk-2.0.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth
+PYTHON_VERSIONS_ACCEPTED= 24pth 23pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../devel/libglade2/buildlink3.mk"