From d804399d40e03b918cd26ea99ac187b5c89490cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Thu, 6 Apr 2006 18:43:04 +0000 Subject: [PATCH] zsh: it's just nice to have the library libpcre --- zsh/README | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/zsh/README b/zsh/README index 59de40cec..2206f0388 100644 --- a/zsh/README +++ b/zsh/README @@ -1,19 +1,13 @@ REQUIREMENTS - This port depends on the pcre regular expression library called - libpcre. - PRE-INSTALL POST-INSTALL PRECAUTION - Due to the fact that this port compiles the libpcre into the shell - it's a runtime dependency of zsh. This is a problem on systems where + If you don't remove libpcre before building this port libpcre will + be a runtime dependency of zsh. This is a problem on systems where zsh needs to be available at boot before the directory containing libpcre.so is mounted. - - If you don't like this library edit the Pkgfile and remove the line - containing the configure parameter: "--enable-pcre".