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

@@ -21,13 +21,13 @@ REQUIRES="
openssl >= 1.0.0
"
BUILD_REQUIRES="
cmd:gcc
cmd:ld
cmd:make
openssl >= 1.0.0
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
"
SOURCE_DIR="$portVersionedName/wpa_supplicant"

View File

@@ -22,13 +22,13 @@ REQUIRES="
lib:libssl
"
BUILD_REQUIRES="
cmd:gcc
cmd:ld
cmd:make
devel:libssl >= 1.0.0
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
"
SOURCE_DIR="$portVersionedName"