On Tue Nov 09, 2021 at 06:20:50AM +0000, Yifei Zhan wrote: > Hi, > > sysutils/krename is missing devel/kf5/breeze-icons as its RDEP, which > causes its icons to be missing and hard to navigate around the > filepicker. Here is a diff to fix that:
Thanks, committed. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/krename/Makefile,v > retrieving revision 1.36 > diff -u -r1.36 Makefile > --- Makefile 15 Mar 2021 06:28:06 -0000 1.36 > +++ Makefile 9 Nov 2021 06:18:31 -0000 > @@ -30,7 +30,8 @@ > BUILD_DEPENDS = devel/gettext,-tools > > RUN_DEPENDS = devel/desktop-file-utils \ > - x11/gtk+3,-guic > + x11/gtk+3,-guic \ > + devel/kf5/breeze-icons > > LIB_DEPENDS = audio/taglib \ > graphics/exiv2 \ >