$OpenBSD: patch-frontend_gtkmm_src_Makefile_in,v 1.2 2011/01/16 20:34:40 ajacoutot Exp $
--- frontend/gtkmm/src/Makefile.in.orig	Sat Dec 11 18:05:22 2010
+++ frontend/gtkmm/src/Makefile.in	Sat Jan 15 00:00:35 2011
@@ -2137,7 +2137,7 @@ DBusGnomeApplet.cc:	gnome_applet/gnome-applet.xml \
 			$(top_srcdir)/common/bin/dbusgen.py \
 		    	$(top_srcdir)/common/bin/DBus-client-template.cc \
 		    	$(top_srcdir)/common/bin/DBus-client-template.hh
-			python $(top_srcdir)/common/bin/dbusgen.py --language=C++ -c gnome_applet/gnome-applet.xml DBUSGnomeApplet
+			${MODPY_BIN} $(top_srcdir)/common/bin/dbusgen.py --language=C++ -c gnome_applet/gnome-applet.xml DBUSGnomeApplet
 
 DBusGnomeApplet.hh:	DBusGnomeApplet.cc
 GnomeAppletWindow.cc:   DBusGnomeApplet.hh
@@ -2160,7 +2160,7 @@ GnomeAppletWindow.cc:   DBusGnomeApplet.hh
 @HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@			$(top_srcdir)/common/bin/dbusgen.py \
 @HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@			$(top_srcdir)/common/bin/DBus-template.cc \
 @HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@			$(top_srcdir)/common/bin/DBus-template.hh
-@HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@			python $(top_srcdir)/common/bin/dbusgen.py --language=C++ -s workrave-gui.xml DBusGUI
+@HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@			${MODPY_BIN} $(top_srcdir)/common/bin/dbusgen.py --language=C++ -s workrave-gui.xml DBusGUI
 
 @HAVE_APP_GTKMM_TRUE@@HAVE_DBUS_TRUE@DBusGUI.hh: 		DBusGUI.cc
 
