diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile index 46b1f92eaf09..c3576b3fc471 100644 --- a/mail/claws-mail-litehtml_viewer/Makefile +++ b/mail/claws-mail-litehtml_viewer/Makefile @@ -1,19 +1,20 @@ # Created by: Rozhuk Ivan PORTNAME= litehtml_viewer +PORTREVISION= 1 COMMENT= Viewer plugin for HTML emails, using the litehtml library USES+= compiler:c++11-lang gnome USE_GNOME= cairo glib20 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgumbo.so:devel/gumbo \ libcurl.so:ftp/curl CLAWS_PLUGINS_BUILD= ${PORTNAME} post-configure: @${RM} ${WRKSRC}/version .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-litehtml_viewer/pkg-descr b/mail/claws-mail-litehtml_viewer/pkg-descr index 1102a394624c..ab2e77762f74 100644 --- a/mail/claws-mail-litehtml_viewer/pkg-descr +++ b/mail/claws-mail-litehtml_viewer/pkg-descr @@ -1,9 +1,9 @@ Viewer plugin for HTML emails, using the litehtml library. litehtml is lightweight HTML/CSS rendering engine. The main goal of the litehtml library is to give the developers the easy way to show the HTML -pages in theirs applications. The popular HTML engines like WebKit are +pages in their applications. The popular HTML engines like WebKit are too complicated for some tasks. For example, it may be too cumbersome to use WebKit to show some tooltips or pages in HTML format. WWW: https://www.claws-mail.org/plugins.php