diff options
-rw-r--r-- | network/claws-mail-extra-plugins/README | 5 | ||||
-rw-r--r-- | network/claws-mail-extra-plugins/claws-mail-extra-plugins.info | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README index 4b797b5f21..db4e2fd2e4 100644 --- a/network/claws-mail-extra-plugins/README +++ b/network/claws-mail-extra-plugins/README @@ -27,6 +27,7 @@ These include: All of the above plugins will be built, with the exception of the following: The fancy plugin requires webkit. - The gdata plugin requires libgdata, which is not available at SBo. + The gdata plugin requires gdata. The geolocation plugin requires libchamplain. -If you want to build them, add them to the PLUGIN_LIST variable. +If you want to build them, install the optional dependencies and add them to +the PLUGIN_LIST variable. diff --git a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info index bd535ac20a..8e033f3fb3 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugi MD5SUM="04528ff6c8a7a38d392c4f2afb1bb0d2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="clam claws-mail gdata libchamplain webkit" +REQUIRES="clamav claws-mail" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" |