diff --git a/sys-apps/grep/grep-3.11.recipe b/sys-apps/grep/grep-3.11.recipe index bd1999a4d..4ea6f3bae 100644 --- a/sys-apps/grep/grep-3.11.recipe +++ b/sys-apps/grep/grep-3.11.recipe @@ -5,7 +5,7 @@ matching lines." HOMEPAGE="https://www.gnu.org/software/grep/" COPYRIGHT="1992-2023 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz" CHECKSUM_SHA256="1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab" PATCHES="grep-$portVersion.patchset" @@ -30,7 +30,7 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix - lib:libpcre$secondaryArchSuffix + lib:libpcre2_8$secondaryArchSuffix " if [ "$targetArchitecture" = x86_gcc2 ]; then @@ -43,7 +43,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix - devel:libpcre$secondaryArchSuffix + devel:libpcre2_8$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal