Some BeRDP and RDesktop recipes fixes.

This commit is contained in:
Mrowqa
2013-12-02 17:31:29 +01:00
parent 7ba45330af
commit 8ae8ec61b4
2 changed files with 4 additions and 10 deletions

View File

@@ -11,15 +11,11 @@ ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
rdesktop = $portVersion
bin:rdesktop = $portVersion
cmd:rdesktop = $portVersion
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
makefile_engine
openssl
openssl_devel
cmd:gcc
cmd:make
cmd:mkdepend
@@ -48,7 +44,6 @@ BUILD()
makefile=makefile_gcc2
fi
make -f $makefile
cd ..
}
INSTALL()