mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
SGE: fix devel dependency
Use the package name for the devel > main dependency, not the lib one.
This commit is contained in:
@@ -8,7 +8,7 @@ CHECKSUM_MD5="a76975665b6a2bf189130fa2c8821caf"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2003 Anders Lindstrom"
|
||||
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -60,10 +60,10 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libSGE${secondaryArchSuffix}_devel = $portVersion compat >= 030809
|
||||
sge${secondaryArchSuffix}_devel = $portVersion compat >= 030809
|
||||
devel:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libSGE$secondaryArchSuffix == $portVersion base
|
||||
sge$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user