mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
orcus: haikuporter should set the version reqs.
This commit is contained in:
@@ -5,7 +5,7 @@ spreadsheet documents."
|
||||
HOMEPAGE="https://gitlab.com/orcus/orcus"
|
||||
COPYRIGHT="Kohei Yoshida et al."
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://kohei.us/files/orcus/src/liborcus-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0d90f5d3d4998a0a46db7cf3be8759fb8c668c45be202866b9c7497bb06a7af7"
|
||||
SOURCE_DIR="liborcus-$portVersion"
|
||||
@@ -41,11 +41,11 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libboost_date_time$secondaryArchSuffix >= $boostMinimumVersion
|
||||
lib:libboost_system$secondaryArchSuffix >= $boostMinimumVersion
|
||||
lib:libboost_filesystem$secondaryArchSuffix >= $boostMinimumVersion
|
||||
lib:libboost_iostreams$secondaryArchSuffix >= $boostMinimumVersion
|
||||
lib:libboost_program_options$secondaryArchSuffix >= $boostMinimumVersion
|
||||
lib:libboost_date_time$secondaryArchSuffix
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libboost_filesystem$secondaryArchSuffix
|
||||
lib:libboost_iostreams$secondaryArchSuffix
|
||||
lib:libboost_program_options$secondaryArchSuffix
|
||||
lib:libixion_$ixionSoVersion$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user