author | alwin <alwin> | 2004-02-25 23:02:09 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-25 23:02:09 (UTC) |
commit | bc02df62015414179f2890e9bef9e4eddd95d0f5 (patch) (unidiff) | |
tree | bab1faeedfd209456fc244661f608af234e7864a | |
parent | 45b3d55088a7cc684875e26aabd0621ee611f6f1 (diff) | |
download | opie-bc02df62015414179f2890e9bef9e4eddd95d0f5.zip opie-bc02df62015414179f2890e9bef9e4eddd95d0f5.tar.gz opie-bc02df62015414179f2890e9bef9e4eddd95d0f5.tar.bz2 |
deps corrected
-rw-r--r-- | noncore/net/mail/config.in | 2 | ||||
-rw-r--r-- | noncore/net/mail/libmailwrapper/config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/mail/config.in b/noncore/net/mail/config.in index 37ac7ce..5ad11eb 100644 --- a/noncore/net/mail/config.in +++ b/noncore/net/mail/config.in | |||
@@ -2,5 +2,5 @@ source noncore/net/mail/libmailwrapper/config.in | |||
2 | config MAIL3 | 2 | config MAIL3 |
3 | boolean "opie-mail3 (a mail client)" | 3 | boolean "opie-mail3 (a mail client)" |
4 | default "y" | 4 | default "y" |
5 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER | 5 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2PIM && LIBOPIE2DB && LIBMAILWRAPPER |
6 | source noncore/net/mail/taskbarapplet/config.in | 6 | source noncore/net/mail/taskbarapplet/config.in |
diff --git a/noncore/net/mail/libmailwrapper/config.in b/noncore/net/mail/libmailwrapper/config.in index 790891e..8207975 100644 --- a/noncore/net/mail/libmailwrapper/config.in +++ b/noncore/net/mail/libmailwrapper/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBMAILWRAPPER | 1 | config LIBMAILWRAPPER |
2 | boolean "libmailwrapper ( wrapper arround libetpan needed by mail3" | 2 | boolean "libmailwrapper ( wrapper arround libetpan needed by mail3" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |