mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
xz_utils: devel package requires base package.
This commit is contained in:
@@ -21,7 +21,7 @@ LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2
|
||||
GNU GPL v3"
|
||||
COPYRIGHT="2005-2013 Lasse Collin"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -85,11 +85,13 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
xz_utils${secondaryArchSuffix}_devel = $portVersion compat >= 5
|
||||
devel:liblzma$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
xz_utils$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user