diff options
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r-- | x11/workrave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 5bdbd1ab4584..5684b9e5ad26 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -7,7 +7,7 @@ PORTNAME= workrave PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= SF @@ -72,5 +72,7 @@ post-patch: s|SigC::slot|sigc::mem_fun|g' \ ${WRKSRC}/frontend/gtkmm/src/*.* \ ${WRKSRC}/frontend/plugin/*/gtkmm/src/*.* + @${REINPLACE_CMD} -e 's|Gtk::HButtonBox|Gtk::ButtonBox|g' \ + ${WRKSRC}/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.* .include <bsd.port.post.mk> |