Index: multimedia/butt/Makefile =================================================================== --- multimedia/butt/Makefile (revision 543486) +++ multimedia/butt/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= butt PORTVERSION= 0.1.21 +PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Index: multimedia/butt/files/patch-src_FLTK_fl__funcs.cpp =================================================================== --- multimedia/butt/files/patch-src_FLTK_fl__funcs.cpp (nonexistent) +++ multimedia/butt/files/patch-src_FLTK_fl__funcs.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/FLTK/fl_funcs.cpp.orig 2020-07-26 17:47:54 UTC ++++ src/FLTK/fl_funcs.cpp +@@ -147,7 +147,7 @@ void fill_cfg_widgets(void) + fl_g->choice_cfg_app->add("VOX"); + fl_g->check_cfg_use_app->value(cfg.main.app_update); + fl_g->choice_cfg_app->value(cfg.main.app_update_service); +-#elif __linux__ && HAVE_DBUS ++#elif (__linux__ || __FreeBSD__) && HAVE_DBUS + fl_g->choice_cfg_app->add("Rhythmbox"); + fl_g->choice_cfg_app->add("Banshee"); + fl_g->choice_cfg_app->add("Clementine"); Property changes on: multimedia/butt/files/patch-src_FLTK_fl__funcs.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property