aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bogofilter
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-09-21 10:21:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-21 10:21:21 +0000
commitd2940707a1e6e8397f46c21d6820eeb0f941bdd7 (patch)
treee63780d62304250e2299b586320b1e30a4487ec5 /packages/bogofilter
parent8d47eea1da0a86b57f8ce8cbf3982125374eb086 (diff)
downloadopenembedded-d2940707a1e6e8397f46c21d6820eeb0f941bdd7.tar.gz
bogofilter: Adding RDEPENDS
Diffstat (limited to 'packages/bogofilter')
-rw-r--r--packages/bogofilter/bogofilter_0.96.0.bb3
1 files changed, 2 insertions, 1 deletions
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 \