From: ccsmart Date: Wed, 21 Sep 2005 10:21:21 +0000 (+0000) Subject: bogofilter: Adding RDEPENDS X-Git-Tag: Release-2010-05/1~9453^2~3475 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2940707a1e6e8397f46c21d6820eeb0f941bdd7;p=openembedded.git bogofilter: Adding RDEPENDS --- diff --git a/packages/bogofilter/bogofilter_0.96.0.bb b/packages/bogofilter/bogofilter_0.96.0.bb index f9859481f0..55393c754c 100644 --- a/packages/bogofilter/bogofilter_0.96.0.bb +++ b/packages/bogofilter/bogofilter_0.96.0.bb @@ -1,10 +1,11 @@ SECTION = "console/network" DEPENDS = "db3" +RDEPENDS = "glibc-gconv glibc-gconv-iso8859-1" DESCRIPTION = "Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) \ by a statistical analysis of the message's header and content (body). \ The program is able to learn from the user's classifications and corrections." LICENSE = "GPL" -PR = "r3" +PR = "r4" PRIORITY = "optional" SRC_URI = "http://download.sourceforge.net/bogofilter/bogofilter-${PV}.tar.bz2 \