diff options
author | recht <recht@pkgsrc.org> | 2004-07-06 11:28:18 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-06 11:28:18 +0000 |
commit | 50d5c41052992fc626e06b1339b81acb6510665e (patch) | |
tree | 1d60fdb825ed05f825e0226f3dfd959b10a4e717 /x11/pygtk/Makefile | |
parent | 832f98565e27c3f3d168d3e516c576ecf2da874a (diff) | |
download | pkgsrc-50d5c41052992fc626e06b1339b81acb6510665e.tar.gz |
update to 0.6.11
While at it follow py-gtk2's lead and active Numeric Python support.
pygtk-0.6.11: 23-August-2002
- Fix up libtool patch for older binutils'.
- a few bug fixes in some GtkWidget methods.
pygtk-0.6.10: 22-August-2002
- Fix up segfaults when using with a Python compiled with
pymalloc.
- various new wrapper functions added.
- Raise exception if gtk_init() fails.
- bug fixes.
- Support parallel install with PyGTK 2.0.
Diffstat (limited to 'x11/pygtk/Makefile')
-rw-r--r-- | x11/pygtk/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile index 71dd38b1479..2928ced2670 100644 --- a/x11/pygtk/Makefile +++ b/x11/pygtk/Makefile @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.13 2004/05/01 17:57:21 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/06 11:28:18 recht Exp $ # -DISTNAME= pygtk-0.6.9 -PKGNAME= ${PYPKGPREFIX}-gtk-0.6.9 -PKGREVISION= 5 +DISTNAME= pygtk-0.6.11 +PKGNAME= ${PYPKGPREFIX}-gtk-0.6.11 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/ +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/v1.2/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.daa.com.au/~james/pygtk/ +HOMEPAGE= http://www.pygtk.org/ COMMENT= Python Bindings for the GTK Widget Set GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --disable-numpy CONFIGURE_ENV+= PYTHON=${PYTHONBIN} USE_GNU_TOOLS+= make USE_LIBTOOL= yes @@ -23,6 +21,7 @@ USE_BUILDLINK3= yes .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../lang/python/extension.mk" +.include "../../math/py-Numeric/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../x11/gtkglarea/buildlink3.mk" |