diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-16 14:40:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-16 14:40:32 +0000 |
commit | 3553c9ff5bf77635708f3c46523beb1e9a730f7d (patch) | |
tree | 45f2a09c5f8505620a88a92cbf3a90a0906247d9 /meta-pkgs/py-gnome-bindings | |
parent | cf92d151a249a3747477afdb248856d93cbf237d (diff) | |
download | pkgsrc-3553c9ff5bf77635708f3c46523beb1e9a730f7d.tar.gz |
Update to GNOME 2.24.3.
Diffstat (limited to 'meta-pkgs/py-gnome-bindings')
-rw-r--r-- | meta-pkgs/py-gnome-bindings/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile index cea65b6aa3b..11cd7f0620a 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2008/11/29 08:36:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/01/16 14:40:32 wiz Exp $ -DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.24.2 +DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.24.3 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty @@ -14,10 +14,10 @@ PYTHON_VERSIONS_ACCEPTED= 25 24 .include "../../lang/python/pyversion.mk" -# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.2/sources/python/ +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.3/sources/python/ DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.22.3:../../x11/py-gnome2 -DEPENDS+= ${PYPKGPREFIX}-gobject>=2.15.4:../../devel/py-gobject +DEPENDS+= ${PYPKGPREFIX}-gobject>=2.16.0:../../devel/py-gobject DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-ORBit>=2.14.3:../../net/py-ORBit |