mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
BoCA: fix dependencies (#3431)
This commit is contained in:
committed by
Jérôme Duval
parent
9e562f4881
commit
27185cc0d6
@@ -6,7 +6,7 @@ between applications and their components."
|
||||
HOMEPAGE="https://github.com/enzo1982/BoCA"
|
||||
COPYRIGHT="2007-2018 Robert Kausch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20181201/freac-cdk-1.1-alpha-20181201.tar.gz"
|
||||
CHECKSUM_SHA256="3a6a32d001cda5cf32dc657516aa3dffb16264e5cebc982ba9987a4ffdb03d56"
|
||||
SOURCE_DIR="freac-cdk-1.1-alpha-20181201"
|
||||
@@ -23,6 +23,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre5
|
||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 0
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
lib:liburiparser$secondaryArchSuffix
|
||||
@@ -35,11 +36,13 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
boca$secondaryArchSuffix == $portVersion base
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5
|
||||
devel:libsmooth_0.8.74$secondaryArchSuffix >= 0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5
|
||||
devel:libsmooth_0.8.74$secondaryArchSuffix
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:liburiparser$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user