Adjust recipes to separation of buildhost and target packages

This commit is contained in:
Oliver Tappe
2013-08-05 00:14:47 +02:00
parent d525fee8e9
commit 39a646a289
86 changed files with 294 additions and 296 deletions

View File

@@ -23,7 +23,9 @@ REQUIRES="
lib:libfreetype
"
BUILD_REQUIRES="
$REQUIRES
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:autoconf
cmd:automake
cmd:gcc
@@ -31,9 +33,6 @@ BUILD_REQUIRES="
cmd:libtoolize
cmd:make
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
"
SOURCE_DIR="$portVersionedName"