On Wed, 21 Jul 2010, Juha Erkkila wrote: > A patch to add devel/py-xdg to x11/gnome/hamster-applet runtime > dependencies so that it actually works.
Committed thanks. Next time, don't forget to bump the REVISION. > Index: x11/gnome/hamster-applet/Makefile > =================================================================== > RCS file: /OpenBSD/ports/x11/gnome/hamster-applet/Makefile,v > retrieving revision 1.21 > diff -u -p -r1.21 Makefile > --- x11/gnome/hamster-applet/Makefile 22 Jun 2010 18:02:26 -0000 1.21 > +++ x11/gnome/hamster-applet/Makefile 21 Jul 2010 16:41:24 -0000 > @@ -34,7 +34,8 @@ MODGCONF2_LIBDEP= No > > # controlcenter2 is needed for custom keybindings > BUILD_DEPENDS= ${RUN_DEPENDS} > -RUN_DEPENDS= ::x11/gnome/controlcenter2 \ > +RUN_DEPENDS= ::devel/py-xdg \ > + ::x11/gnome/controlcenter2 \ > ::x11/gnome/py-gnome-desktop > > CONFIGURE_ARGS+= ${CONFIGURE_SHARED} > > -- Antoine