aboutsummaryrefslogtreecommitdiffstats
path: root/packages/zsh
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-09-09 11:58:12 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-09-09 11:58:12 +0000
commitb7b9e11f6f7dcee422e51654099340c67c002e33 (patch)
tree9b76d63f631754738e04bc94b126df7364dd5b08 /packages/zsh
parent7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff)
downloadopenembedded-b7b9e11f6f7dcee422e51654099340c67c002e33.tar.gz
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/zsh')
-rw-r--r--packages/zsh/zsh_4.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/zsh/zsh_4.1.1.bb b/packages/zsh/zsh_4.1.1.bb
index bb4cb1e27c..e59a42c174 100644
--- a/packages/zsh/zsh_4.1.1.bb
+++ b/packages/zsh/zsh_4.1.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Zsh shell"
SECTION = "base/shell"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "ncurses pcre"
+DEPENDS = "ncurses libpcre"
PR = "r2"
LICENSE = "zsh"