Subject: better dependencies needed for x11/py-gnome2
To: None <recht@NetBSD.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 07/02/2005 22:49:22
Some dependencies in the buildlink3.mk files are not good enough for 
py-gnome2's configure.

May I commit this?

I post this to public list, just in case someone thinks that any or all of 
the corresponding buildlink3.mk files should be updated instead.

Index: x11/py-gnome2/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/py-gnome2/Makefile,v
retrieving revision 1.24
diff -b -u -r1.24 Makefile
--- x11/py-gnome2/Makefile	26 Apr 2005 21:05:08 -0000	1.24
+++ x11/py-gnome2/Makefile	3 Jul 2005 05:44:43 -0000
@@ -22,6 +22,7 @@
  .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 @@
  .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"