summaryrefslogtreecommitdiff
path: root/x11/py-gnome2
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-07-06 07:04:57 +0000
committerreed <reed@pkgsrc.org>2005-07-06 07:04:57 +0000
commitdbeae63f535e95fd50beac15d64ec68d3e59dd80 (patch)
treee8a19d79be701ab9c40c2d7aba28e5dc69866177 /x11/py-gnome2
parentc8bfdf64e6fe9f668ac1644e3c3421ee5857b6f7 (diff)
downloadpkgsrc-dbeae63f535e95fd50beac15d64ec68d3e59dd80.tar.gz
Depend on newer versions of GConf2, py-ORBit, gnome-vfs2,
and py-gtk2 than the corresponding buildlink3.mk require. No PKGREVISION bump since this package would fail to configure in the first place.
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r--x11/py-gnome2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile
index 3d6e1c797c3..b4762a2cfe5 100644
--- a/x11/py-gnome2/Makefile
+++ b/x11/py-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/26 21:05:08 drochner Exp $
+# $NetBSD: Makefile,v 1.25 2005/07/06 07:04:57 reed Exp $
#
DISTNAME= gnome-python-2.10.0
@@ -22,6 +22,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
+BUILDLINK_DEPENDS.GConf2+= GConf2>=2.9.0
.include "../../devel/GConf2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
@@ -29,8 +30,11 @@ PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
+BUILDLINK_DEPENDS.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.0.1
.include "../../net/py-ORBit/buildlink3.mk"
+BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.9.0
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+BUILDLINK_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.6.0
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"