diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /x11/gnome-python | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-python/buildlink.mk | 4 | ||||
-rw-r--r-- | x11/gnome-python/buildlink2.mk | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index b3947c23a04..bc6f8058107 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2002/03/26 08:01:44 tron Exp $ +# $NetBSD: Makefile,v 1.26 2002/09/10 16:06:52 wiz Exp $ DISTNAME= gnome-python-1.4.0 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/} diff --git a/x11/gnome-python/buildlink.mk b/x11/gnome-python/buildlink.mk index 3b3f2aca898..7db99b89608 100644 --- a/x11/gnome-python/buildlink.mk +++ b/x11/gnome-python/buildlink.mk @@ -1,6 +1,6 @@ -# $NetBSD: buildlink.mk,v 1.1 2002/01/19 11:44:20 drochner Exp $ +# $NetBSD: buildlink.mk,v 1.2 2002/09/10 16:06:53 wiz Exp $ .include "../../lang/python/pyversion.mk" -BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome-* +BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome>=1.4.0nb2 DEPENDS+= ${BUILDLINK_DEPENDS.pygnome}:../../x11/gnome-python diff --git a/x11/gnome-python/buildlink2.mk b/x11/gnome-python/buildlink2.mk index fcdf0a96c39..ef21d959b82 100644 --- a/x11/gnome-python/buildlink2.mk +++ b/x11/gnome-python/buildlink2.mk @@ -1,7 +1,7 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:23:29 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2002/09/10 16:06:53 wiz Exp $ .include "../../lang/python/pyversion.mk" BUILDLINK_PACKAGES+= pygnome -BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome-* +BUILDLINK_DEPENDS.pygnome?= ${PYPKGPREFIX}-gnome>=1.4.0nb2 BUILDLINK_PKGSRCDIR.pygnome?= ../../x11/gnome-python |