libftdi: fix REQUIRES

This commit is contained in:
Gerasim Troeglazov
2018-06-18 23:13:14 +10:00
parent 17f894a2db
commit f6f080d9ce

View File

@@ -8,7 +8,7 @@ HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/index.php"
COPYRIGHT="2003-2013 Intra2net AG and the libftdi developers"
LICENSE="GNU LGPL v2.1
GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.0.tar.bz2"
CHECKSUM_SHA256="7290fd38208d8c00d25ed13ce172aaa0403b37148080e4a33a99837022d2b321"
SOURCE_DIR="libftdi1-$portVersion"
@@ -26,9 +26,9 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
confuse$secondaryArchSuffix >= 2.5
libusb$secondaryArchSuffix >= 1.0
boost$secondaryArchSuffix
lib:libconfuse$secondaryArchSuffix
lib:libusb_1.0$secondaryArchSuffix
lib:libboost_unit_test_framework$secondaryArchSuffix
"
PROVIDES_devel="
@@ -42,9 +42,9 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
confuse${secondaryArchSuffix}_devel >= 2.5
libusb${secondaryArchSuffix}_devel
boost${secondaryArchSuffix}_devel
devel:libconfuse$secondaryArchSuffix
devel:libusb_1.0$secondaryArchSuffix
devel:libboost_unit_test_framework$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix