Removed unnecessary BUILD_REQUIRES, BUILD_PREREQUIRES, and added version constraints to haiku_devel

This commit is contained in:
Nolan Clark
2014-12-06 13:02:16 -06:00
parent 232fcc3625
commit 238bcbea53

View File

@@ -22,17 +22,11 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku_devel
haiku_devel >= $haikuVersion
cmd:make
cmd:gcc
cmd:xres
cmd:wget
cmd:unzip
"
BUILD_PREREQUIRES="
cmd:svn
"
BUILD()
{