diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-09 11:58:12 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-09 11:58:12 +0000 |
commit | b7b9e11f6f7dcee422e51654099340c67c002e33 (patch) | |
tree | 9b76d63f631754738e04bc94b126df7364dd5b08 /packages/balsa | |
parent | 7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff) |
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/balsa')
-rw-r--r-- | packages/balsa/balsa_2.0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/balsa/balsa_2.0.17.bb b/packages/balsa/balsa_2.0.17.bb index 3d97a01fe9..7418f648e5 100644 --- a/packages/balsa/balsa_2.0.17.bb +++ b/packages/balsa/balsa_2.0.17.bb @@ -3,7 +3,7 @@ incorporating all the features you would expect in a robust mail client." HOMEPAGE = "http://balsa.gnome.org" SECTION = "x11/network" LICENSE = "GPL" -DEPENDS = "libesmtp glib-2.0 libgnome libgnomeui gtk+ gnome-vfs libbonobo aspell pcre libtool openssl gtkhtml-3.0" +DEPENDS = "libesmtp glib-2.0 libgnome libgnomeui gtk+ gnome-vfs libbonobo aspell libpcre libtool openssl gtkhtml-3.0" RDEPENDS = "gdk-pixbuf-loader-xpm" PR = "r3" |