On Tue, 26 Apr 2011, Landry Breuil wrote: > I was more thinking about > xfce4-icon-theme-*|tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme > > Thunar is slightly different here. > Landry
Thanks. And now the previously missing icons are in the right places on the Midori gui... Have I your consent to commit this? -dav Index: Makefile =================================================================== RCS file: /cvs/ports/www/midori/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- Makefile 21 Apr 2011 07:06:43 -0000 1.32 +++ Makefile 26 Apr 2011 12:42:36 -0000 @@ -5,7 +5,7 @@ COMMENT = lightweight web browser XFCE_VERSION = 0.3.3 XFCE_GOODIE = midori -REVISION = 0 +REVISION = 1 MAINTAINER = Landry Breuil <[email protected]> CATEGORIES = www @@ -26,6 +26,8 @@ LIB_DEPENDS = www/webkit>=1.1.15v0 \ databases/sqlite3 \ devel/libunique \ devel/libsoup>=2.28.0 + +RUN_DEPENDS = xfce4-icon-theme-*|tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme # pick sqlite CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
