diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 13:36:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 13:36:56 +0000 |
commit | c58b2da2d2480b801b538ab53bd659982345a8b8 (patch) | |
tree | e1162669052a61b143134efea94757fb1f94a509 /x11 | |
parent | ad8d03ea4137d962b4c97f419a5186058247e007 (diff) | |
download | pkgsrc-c58b2da2d2480b801b538ab53bd659982345a8b8.tar.gz |
Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency pattern
in buildlink3.mk and PKGREVISION of dependencies.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2-desktop/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gtk2/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index 8ef35ef0fcb..a5ce92aed57 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2010/11/29 15:35:52 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2010/12/02 13:36:57 wiz Exp $ # DISTNAME= gnome-python-desktop-2.30.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-desktop/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index e2d5bdeaa1f..93a2ea474c5 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.73 2010/11/24 18:57:01 drochner Exp $ +# $NetBSD: Makefile,v 1.74 2010/12/02 13:36:57 wiz Exp $ # DISTNAME= pygtk-2.22.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.22/} EXTRACT_SUFX= .tar.bz2 |