Make grep and sed prerequirements of ncurses

This commit is contained in:
Oliver Tappe
2013-05-20 19:24:38 +02:00
parent b7e15bc175
commit d6439dab79

View File

@@ -37,14 +37,14 @@ REQUIRES="
"
BUILD_REQUIRES="
cmd:gcc
cmd:grep
cmd:ld
cmd:libtool
cmd:make
cmd:sed
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:grep
cmd:sed
"
SOURCE_DIR="$portVersionedName"