From 95d817b7d92e0181487df3a4b8499e21d24714da Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 17 Feb 2014 19:07:12 +0000 Subject: [PATCH] zsh: fix libpcre dependency. --- app-shells/zsh/zsh-5.0.2.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-shells/zsh/zsh-5.0.2.recipe b/app-shells/zsh/zsh-5.0.2.recipe index 046fcc36a..75dcabf22 100644 --- a/app-shells/zsh/zsh-5.0.2.recipe +++ b/app-shells/zsh/zsh-5.0.2.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1992-2013, Paul Falstad, Richard Coleman, Zoltán Hidvégi, Andrew Ma SRC_URI="http://sourceforge.net/projects/zsh/files/zsh/5.0.2/zsh-5.0.2.tar.bz2" CHECKSUM_MD5="b8f2ad691acf58b3252225746480dcad" REVISION="1" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="zsh-5.0.2.patchset" PROVIDES=" zsh = $portVersion compat >= 5 @@ -20,11 +20,11 @@ PROVIDES=" REQUIRES=" haiku >= $haikuVersion lib:libncurses - lib:libpcre + lib:libpcre >= 1 " BUILD_REQUIRES=" devel:libncurses - devel:libpcre + devel:libpcre >= 1 " BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion @@ -35,7 +35,6 @@ BUILD_PREREQUIRES=" cmd:make " - BUILD() { runConfigure ./configure