diff --git a/www/liferea/Makefile b/www/liferea/Makefile index cac6a46868d8..6dbb33b10903 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -42,6 +42,8 @@ MODULES= devel/dconf \ USE_GMAKE= Yes +BUILD_DEPENDS= devel/gobject-introspection + LIB_DEPENDS= devel/json-glib \ devel/libpeas \ textproc/enchant2 \ @@ -59,6 +61,9 @@ CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/liferea CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +# https://github.com/lwindolf/liferea/issues/767 +MAKE_ENV += WEBKIT_DISABLE_COMPOSITING_MODE=1 + FAKE_FLAGS= htmldocdir="${PREFIX}/share/doc/liferea/html" post-install: