diff options
author | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
commit | bef3134ed490d801c9b67d774eb140aa65897ab4 (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /x11/gnome-python | |
parent | 24aabfa97a1b266a2e8fe1d6f66ea5255c1f61cc (diff) | |
download | pkgsrc-bef3134ed490d801c9b67d774eb140aa65897ab4.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-python/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index b17c54366e0..22b1670ba5b 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2003/04/20 14:26:01 rh Exp $ +# $NetBSD: Makefile,v 1.34 2003/05/02 11:57:02 wiz Exp $ DISTNAME= gnome-python-1.4.4 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.4 -#PKGREVISION= 3 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python/1.4/} diff --git a/x11/gnome-python/buildlink2.mk b/x11/gnome-python/buildlink2.mk index 89edb152b92..4ed0562a91a 100644 --- a/x11/gnome-python/buildlink2.mk +++ b/x11/gnome-python/buildlink2.mk @@ -1,7 +1,7 @@ -# $NetBSD: buildlink2.mk,v 1.4 2002/12/24 06:10:31 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.5 2003/05/02 11:57:02 wiz Exp $ .include "../../lang/python/pyversion.mk" BUILDLINK_PACKAGES+= pygnome -BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome>=1.4.0nb3 +BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome>=1.4.4nb1 BUILDLINK_PKGSRCDIR.pygnome?= ../../x11/gnome-python |