mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fixed more policy warnings and added cmd:python to REQUIRES and BUILD_PREREQUIRES for libevent
This commit is contained in:
@@ -30,6 +30,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
cmd:python
|
||||
"
|
||||
# haiku${secondaryArchSuffix} doesn't define included libraries yet
|
||||
# lib:libnetwork$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -48,6 +49,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:python
|
||||
"
|
||||
SOURCE_DIR="libevent-${portVersion}-stable"
|
||||
|
||||
@@ -100,6 +102,7 @@ PROVIDES_devel="
|
||||
lib:libevent_pthreads_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
lib:libevent_openssl_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
devel:libevent$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
devel:libevent_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
devel:libevent_core_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
devel:libevent_extra_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
devel:libevent_pthreads_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
|
||||
Reference in New Issue
Block a user