summaryrefslogtreecommitdiff
path: root/packages/postfix/postfix_2.0.20.bb
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/postfix/postfix_2.0.20.bb
parent7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff)
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/postfix/postfix_2.0.20.bb')
-rw-r--r--packages/postfix/postfix_2.0.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb
index 4a11a002e3..6ddc24477d 100644
--- a/packages/postfix/postfix_2.0.20.bb
+++ b/packages/postfix/postfix_2.0.20.bb
@@ -1,5 +1,5 @@
SECTION = "console/network"
-DEPENDS = "virtual/db pcre postfix-native"
+DEPENDS = "virtual/db libpcre postfix-native"
LICENSE = "IPL"
PR = "r8"