author | alwin <alwin> | 2004-04-03 12:16:24 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-04-03 12:16:24 (UTC) |
commit | e995afe17ead003dd0b4bc12604d7f8cb5cd4493 (patch) (unidiff) | |
tree | bfe65f0d6aefc62e3eeb4e47a2f7d1f6fcde4cca | |
parent | 8d59c35f213bc4b6dbbe4b45576d7595d5f2b10e (diff) | |
download | opie-e995afe17ead003dd0b4bc12604d7f8cb5cd4493.zip opie-e995afe17ead003dd0b4bc12604d7f8cb5cd4493.tar.gz opie-e995afe17ead003dd0b4bc12604d7f8cb5cd4493.tar.bz2 |
fixed wrong deps
-rw-r--r-- | noncore/net/mail/mail.pro | 4 | ||||
-rw-r--r-- | noncore/net/mail/opie-mail.control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index 67a5024..6969644 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro | |||
@@ -58,5 +58,5 @@ CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) | |||
58 | contains( CONFTEST, y ){ | 58 | contains( CONFTEST, y ){ |
59 | LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lopiedb2 -lmailwrapper -liconv | 59 | LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -liconv |
60 | }else{ | 60 | }else{ |
61 | LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lopiedb2 -lmailwrapper | 61 | LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper |
62 | } | 62 | } |
diff --git a/noncore/net/mail/opie-mail.control b/noncore/net/mail/opie-mail.control index e77daed..98cb3a4 100644 --- a/noncore/net/mail/opie-mail.control +++ b/noncore/net/mail/opie-mail.control | |||
@@ -7,3 +7,3 @@ Architecture: arm | |||
7 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
8 | Depends: task-opie-minimal, libopiedb2, libopiecore2, libopieui2, libmailwrapper (>= 0.6) | 8 | Depends: task-opie-minimal, libopiecore2, libopieui2, libmailwrapper (>= 0.6) |
9 | Description: Opie's mail and news client (POP3, IMAP and NNTP) | 9 | Description: Opie's mail and news client (POP3, IMAP and NNTP) |