diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-24 19:17:18 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:33 +0200 |
commit | 89b8c6162e16ca2c1ed3c2fd9e5431d8eca69b90 (patch) | |
tree | e628f73758c4a29a026876affccf870f834eb364 /network | |
parent | b6d8296192dc46ab47d36b938841cc0a81553af6 (diff) | |
download | slackbuilds-89b8c6162e16ca2c1ed3c2fd9e5431d8eca69b90.tar.gz |
network/liferea: Fixed dep information
Diffstat (limited to 'network')
-rw-r--r-- | network/liferea/README | 4 | ||||
-rw-r--r-- | network/liferea/liferea.info | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/network/liferea/README b/network/liferea/README index 9719c8b8f2..1881fac5e4 100644 --- a/network/liferea/README +++ b/network/liferea/README @@ -3,7 +3,5 @@ readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for GTK/GNOME. -Optional libindicate support can be enabled with +libindicate is an optional dependency: support for it can be enabled with INDICATE=yes ./liferea.SlackBuild - -This requires webkitgtk, libunique, and json-glib. diff --git a/network/liferea/liferea.info b/network/liferea/liferea.info index 950fc9409a..c2981e2db0 100644 --- a/network/liferea/liferea.info +++ b/network/liferea/liferea.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.8.1b.tar.gz" MD5SUM="70f27bfda41ff5b3b4e49c49c9dc88af" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="json-glib libindicate libunique webkitgtk" +REQUIRES="json-glib libunique webkitgtk" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" |