pyenet: fix build

This commit is contained in:
Sergei Reznikov
2019-07-22 12:59:42 +03:00
parent c547960a44
commit 33f60db63e

View File

@@ -19,9 +19,9 @@ SOURCE_DIR_2="enet-5f476546edabdf37509cd3448d1a616f5eca535d"
LICENSE="
BSD (3-clause)
MIT
"
"
COPYRIGHT="2003 Scott Robinson; 2009,2010 Andrew Resch"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -29,19 +29,19 @@ PATCHES="pyenet-$portVersion.patchset"
PROVIDES="
pyenet = $portVersion
"
"
REQUIRES="
haiku
cmd:python
"
"
BUILD_PREREQUIRES="
haiku_devel
cmd:cython
cmd:cython2
cmd:gcc
cmd:python
"
"
BUILD()
{