diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 23:38:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 23:38:10 +0000 |
commit | dcf9829df21d5cd6ab76928cf4dac7e55c3a8a8d (patch) | |
tree | 84af9dc8ab2eb11cff5aa8c40542ebc669805b89 /x11/pygtk | |
parent | 34d10d2900248fe52c3d2fdcf7ce08388ec9f993 (diff) | |
download | pkgsrc-dcf9829df21d5cd6ab76928cf4dac7e55c3a8a8d.tar.gz |
py-Numeric needs Python 2.2+
Diffstat (limited to 'x11/pygtk')
-rw-r--r-- | x11/pygtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile index 93f9d9cc336..4e7cbbd5895 100644 --- a/x11/pygtk/Makefile +++ b/x11/pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/02 23:39:25 joerg Exp $ # DISTNAME= pygtk-0.6.11 @@ -16,6 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake USE_LIBTOOL= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../graphics/imlib/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" |