diff options
author | recht <recht@pkgsrc.org> | 2004-12-29 11:02:25 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-12-29 11:02:25 +0000 |
commit | 6812c1f9619e4017001cfaabc82a1b1d7a12be00 (patch) | |
tree | 77a887e3a0a8bbc909b1f4bf3684b06cdaf671ec /x11 | |
parent | 0c5307904c7195ccd8cdf7a6d9bb0b3cede3cd8d (diff) | |
download | pkgsrc-6812c1f9619e4017001cfaabc82a1b1d7a12be00.tar.gz |
remove 2.2 from the list of accepted Python versions
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gtk2/Makefile | 4 |
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" |