diff options
author | reed <reed@pkgsrc.org> | 2005-07-06 07:04:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-07-06 07:04:57 +0000 |
commit | 98c944028b401d7b11c3336d1c4937d6abd36c49 (patch) | |
tree | e8a19d79be701ab9c40c2d7aba28e5dc69866177 /x11 | |
parent | 68f80fe4bec612193f4b8d81f3f828986bda0ff0 (diff) | |
download | pkgsrc-98c944028b401d7b11c3336d1c4937d6abd36c49.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')
-rw-r--r-- | x11/py-gnome2/Makefile | 6 |
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" |